Creating a hidden field in codebehind and accessing it via clientside javascript
I want to add a hidden field programmatically to an asp.net page, read and change it via javascript. So far my code fails at reading the added hidden field.
I want to add a hidden field programmatically to an asp.net page, read and change it via javascript. So far my code fails at reading the added hidden field.
I want to upload an Excel File using (HTML.Input) in some folder in server and also want to extract data from it and put that data in database. So Is there any smart way in MVC Asp.net to upload and extract and then put data in database?
How to set the Active menu item color when i click the sub submenu items or main item in asp.net master page.
Would changing a session variable (i.e. Session[“Progress”]) in code below be safe?
I have a masterpage with a language selector dropdownlist
Question: I want a button on my page on clicking which the whole content of the page is saved in the form of pdf. Queries: So any one has any idea that, is there any library or assembly or any piece of code that can provide me with this feature? Thanks in advance Answers: Thank … Read more