Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Configure ASP.NET Server on Machine for Intranet Pin
Abhijit Jana1-Jul-08 1:22
professionalAbhijit Jana1-Jul-08 1:22 
AnswerRe: Configure ASP.NET website for Intranet in IIS Pin
Abhijit Jana1-Jul-08 0:38
professionalAbhijit Jana1-Jul-08 0:38 
AnswerRe: Configure ASP.NET website for Intranet in IIS Pin
Iman Abidi19-Feb-10 8:59
Iman Abidi19-Feb-10 8:59 
QuestionDetailsView question Pin
JonB1-Jul-08 0:08
JonB1-Jul-08 0:08 
QuestionData Transfer between Web pages. Pin
imnotso#30-Jun-08 23:55
imnotso#30-Jun-08 23:55 
AnswerRe: Data Transfer between Web pages. Pin
eyeseetee30-Jun-08 23:57
eyeseetee30-Jun-08 23:57 
AnswerRe: Data Transfer between Web pages. Pin
Abhijit Jana1-Jul-08 0:13
professionalAbhijit Jana1-Jul-08 0:13 
AnswerRe: Data Transfer between Web pages. Pin
N a v a n e e t h1-Jul-08 1:23
N a v a n e e t h1-Jul-08 1:23 
If you have few input fields and the data entered in it is not sensitive, then query string would be good choice. If not, you can consider cross page post back method.

Alternatively create a class with getters and setters (something like a java bean), assign all values and keep this classes instance in session which can be accessed from screen 2.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

Questionffmpeg Pin
nithydurai30-Jun-08 23:50
nithydurai30-Jun-08 23:50 
AnswerRe: Repeat Post! Pin
eyeseetee30-Jun-08 23:56
eyeseetee30-Jun-08 23:56 
GeneralRe: Repeat Post! Pin
nithydurai1-Jul-08 0:25
nithydurai1-Jul-08 0:25 
AnswerRe: Repeat Post! Pin
Abhijit Jana1-Jul-08 0:28
professionalAbhijit Jana1-Jul-08 0:28 
GeneralRe: Repeat Post! Pin
nithydurai1-Jul-08 0:32
nithydurai1-Jul-08 0:32 
GeneralRe: Repeat Post! Pin
eyeseetee1-Jul-08 0:30
eyeseetee1-Jul-08 0:30 
QuestionSetfocus on Asynchronus postback Pin
immu530-Jun-08 23:44
immu530-Jun-08 23:44 
AnswerRe: Setfocus on Asynchronus postback Pin
eyeseetee30-Jun-08 23:56
eyeseetee30-Jun-08 23:56 
QuestionFooter Template controls in Datalist Pin
VanithaVasu30-Jun-08 22:51
VanithaVasu30-Jun-08 22:51 
AnswerRe: Footer Template controls in Datalist Pin
eyeseetee30-Jun-08 23:19
eyeseetee30-Jun-08 23:19 
GeneralRe: Footer Template controls in Datalist Pin
VanithaVasu30-Jun-08 23:23
VanithaVasu30-Jun-08 23:23 
GeneralRe: Footer Template controls in Datalist Pin
eyeseetee30-Jun-08 23:59
eyeseetee30-Jun-08 23:59 
Questionsubtract function Pin
Pankaj Garg30-Jun-08 22:19
Pankaj Garg30-Jun-08 22:19 
AnswerRe: subtract function Pin
Mark Churchill1-Jul-08 0:52
Mark Churchill1-Jul-08 0:52 
QuestionAccess Network Machine Pin
Rinki Mukheraji30-Jun-08 22:18
Rinki Mukheraji30-Jun-08 22:18 
AnswerRe: Access Network Machine Pin
eyeseetee30-Jun-08 22:21
eyeseetee30-Jun-08 22:21 
GeneralRe: Access Network Machine Pin
Rinki Mukheraji30-Jun-08 22:28
Rinki Mukheraji30-Jun-08 22:28 

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.