Click here to Skip to main content
15,922,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to create reports in asp.net 2003. Pin
monuSaini17-Nov-06 18:29
monuSaini17-Nov-06 18:29 
Generalvgdsz Pin
mahili17-Nov-06 18:14
mahili17-Nov-06 18:14 
GeneralRe: vgdsz Pin
Suresh Pirsquare17-Nov-06 18:21
Suresh Pirsquare17-Nov-06 18:21 
QuestionInsert Row in Database Pin
monika_vasvani17-Nov-06 16:24
monika_vasvani17-Nov-06 16:24 
AnswerRe: Insert Row in Database Pin
Gamzun18-Nov-06 3:48
Gamzun18-Nov-06 3:48 
GeneralRe: Insert Row in Database Pin
indianet19-Nov-06 11:41
indianet19-Nov-06 11:41 
QuestionControlling POST action in ASP.NET v. 1.1 ? Pin
GregStevensCA17-Nov-06 12:58
GregStevensCA17-Nov-06 12:58 
AnswerRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
indianet17-Nov-06 13:28
indianet17-Nov-06 13:28 
Remove the runat="server" attribute from the first form and add Action attribute with the url of the second form.

There are no. of ways to achieve this however ASP.NET 2.0 method is quite simple.

You can always post back to the first form and use Server.Transfer to pass the control to the second form. The second form should be able to get the posted values from Request.Params


GeneralRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
GregStevensCA17-Nov-06 14:11
GregStevensCA17-Nov-06 14:11 
GeneralRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
indianet18-Nov-06 11:12
indianet18-Nov-06 11:12 
GeneralRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
GregStevensCA18-Nov-06 18:09
GregStevensCA18-Nov-06 18:09 
QuestionForm Validation Pin
vct17-Nov-06 10:47
vct17-Nov-06 10:47 
AnswerRe: Form Validation Pin
Nicejith17-Nov-06 20:40
Nicejith17-Nov-06 20:40 
AnswerRe: Form Validation Pin
Gamzun18-Nov-06 0:43
Gamzun18-Nov-06 0:43 
QuestionCustomized DataGrid-urgent Pin
nour12317-Nov-06 9:16
nour12317-Nov-06 9:16 
AnswerRe: Customized DataGrid-urgent Pin
leckey17-Nov-06 10:29
leckey17-Nov-06 10:29 
GeneralRe: Customized DataGrid-urgent Pin
nour12318-Nov-06 1:22
nour12318-Nov-06 1:22 
QuestionI really need a chat source code written in ASP.net Pin
mahili17-Nov-06 8:10
mahili17-Nov-06 8:10 
AnswerRe: I really need a chat source code written in ASP.net Pin
ednrgc17-Nov-06 9:20
ednrgc17-Nov-06 9:20 
AnswerRe: I really need a chat source code written in ASP.net Pin
leckey17-Nov-06 10:30
leckey17-Nov-06 10:30 
QuestionDynamic Image in Crystal Report Pin
modi_sanjay17-Nov-06 7:15
modi_sanjay17-Nov-06 7:15 
Questionwebservice Pin
saravanan0517-Nov-06 6:35
saravanan0517-Nov-06 6:35 
AnswerRe: webservice Pin
ednrgc17-Nov-06 7:09
ednrgc17-Nov-06 7:09 
AnswerRe: webservice Pin
Kschuler17-Nov-06 8:09
Kschuler17-Nov-06 8:09 
AnswerRe: webservice Pin
postmaster@programmingknowledge.com17-Nov-06 8:53
postmaster@programmingknowledge.com17-Nov-06 8:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.