ASP.NET Add Control on postback
I’ve put together a simple form to highlight the concepts of dynamic forms. What I need to do is add a control to the page when the user clicks the “Add” button.
I’ve put together a simple form to highlight the concepts of dynamic forms. What I need to do is add a control to the page when the user clicks the “Add” button.
I am storing data (approx. 1500 words) in SQL server 2005 through textbox and button. I am using this code.
I’ve done a asp.net application to generate reports over a particular data. Initially i created local reports (.rdlc) to generate reports. I created separate .xsd for each rdlc and designed the reports. I build the dataset programmatically and bind it to the rdlc. I used the following code for binding the datasource to the reports –
How to set ASP.NET version to 3.5 in the IIS 6 Default Web site properties (ASP.NET tab)? From what I can see was version 2 (even though I have install version .NET 3.5)
I had this method to insert new company to database but I have problem with List<Contacts> because I want to be able to insert multiple contact for company. Could someone help me?
We have a custom web app built using Ektron v8.0 which uses EL 3.1 and the format template in the logging config is configured as such:
I am new to this so i will start with the code and after that i will explain.
The problem is this
I’m trying to make a generic method that returns the string version of an expression:
This has been driving me crazy for 2 days now – hope someone has seen this before.
I have still problem with asp.net project. In Visual studio when i start debug it is all good and page working but, when i try it on iis7 showse this error.