Dear Concerned,
I want to create a property in my user control which i am creating in Web Control Library. I am using .Net 2003.
My question is that how I can create a property that will contain a dropdown list & will have five values 1,2,3,4,5.
The Programmer will be able to select one of these values at design time in his aspx page.
Please help in the form of code.
Thanks,...
User Profile
Collapse
-
How to Create a Property Which will contain a Dropdown?
-
Hi,
Save the data in the database as u r doing on button click.....then after saving
write the following line of code to redirect on to the next page.
Response.Redire ct("YourPage.as px");
If U R passing values on to the next page then use this line of code as
Response.Redire ct("YourPage.as px?value1="+my_ id);
If u want to access this value on the... -
How to send values with navigated pages.
Hi!
Dear Concerned,
we navigate a page in ASP.Net C# then
we go to next page by clicking a hyper link or a click button or any other element of server control.
My question is that how we can send parameters or values or variables when we navigate to other page in ASP.Net in C#.
Please tell me both the ways as in C# ASP.NET coding & in Javascript coding.
Also tell me the ways if...
No activity results to display
Show More
Leave a comment: