Latest Answer: Use Server.Redirect or Server.Transfer with Parameter. Server.Redirect("Test2.aspx? &Value=" & label1.text )In Test2.aspx, strValue= Request.QueryString("Value")But ...
Latest Answer: Yes,by using item template bound the data from data base and bound the data in to some asp control like label so u can easily edit. ...
hi pals, This is Kiran, I am new to .net technology, i need help in Globalization/localization in no book these topics are been explained in detail. Like I want everything to be translated in
For that I created two text boxes tbNum1 and tbNum2 and a button btnAdd. So Question is I have to create one class ,and in this class I have to declare properties for getting values. and in button_Click
Latest Answer: you could do that by passing parameters.For example if u have got two numbers 1 and 2 now u need to pass that values by parameter to that class where u do the arithmatic operation and from that class u need to get the reult and that has to be dispalyed. ...
Latest Answer: In c#((TextBox) this.FindControl("txtbox id")).value ...
How to transfer one page data onto another page without using viewstate, sessions, cookies, query strings or database?
If I have 5 page of transaction, I would like to store all the date in final page submit button only.
Latest Answer: data reader read the sql table data. ...
How to sort, edit, delete? Explain with example
I did one program in C#.net.form name is one.csI want to see that form in what I have form i.e, with two split forms.In one split form one button is there,When I click that button that corresponding form
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top