Search results for query: *

  • Users: mcfarland
  • Content: Threads
  • Order by date
  1. M

    how to set default value in second column based on first column data

    Hi, I have a requirement to get the default value in producttaxcode column based on skutype data. Here is the scenario If Sku Type is Fab producttaxcode column must be A_CLTH_FAB If Sku Type is Swat producttaxcode column must be A_CLTH_FAB If Sku Type is Notion producttaxcode column...
  2. M

    disable security waarning message from code in javascript?

    Hi, I have a hyperlink in my aspx page,when i click on that link every times it warns for a security message.Not sure how to disable it. I can go to internet options ->security->custom level->i can enable dispaly mixed content to enable .but i cannot tell all the users to do that. Thats why...
  3. M

    How to call ssrs report using report viewer?

    Hello, I created a new ssrs report and need to call this report from aspx page. before that we have active reports when I click on btnprintpdf and btnprintexcel this will call active reports and generate the report;now currently no more active reports they are not working.so we created...
  4. M

    Need logic for dropdown selected item while getting data to the page

    Hello, I am new to .Net,Will anyone help me how to write the logic for below scenario. 1)In the database if data is null then dont dispaly panel -Id for panel in aspx(SaniListPanel)we need make it false. sanScrRow["Reason"] -- Reason is the column in database and sanscrRow is datarow...
  5. M

    system.web.http exception - cannot have multiple items selected in drop down list.

    I have a site navigation when I hover over on products its shows me all like edit products, manage products etc. When I click on edit products and do some operation and go to another page and come back to same page edit products I am seeing this error that too in some scenarios, all the time...
Back
Top Bottom