Click here to Skip to main content
15,921,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: code of friends Pin
Muhammad Gouda2-Apr-10 4:52
Muhammad Gouda2-Apr-10 4:52 
QuestionVideo conferencing Pin
jayprakash sir ji1-Apr-10 17:44
professionaljayprakash sir ji1-Apr-10 17:44 
Questionwhen user enter the name of category releted records should be pop up in gridview control using asp with c# Pin
developerit1-Apr-10 10:45
developerit1-Apr-10 10:45 
AnswerRe: when user enter the name of category releted records should be pop up in gridview control using asp with c# Pin
Alaric_1-Apr-10 10:49
professionalAlaric_1-Apr-10 10:49 
Questionhow to calculate total in a gridview dynamically Pin
developerit1-Apr-10 10:39
developerit1-Apr-10 10:39 
AnswerRe: how to calculate total in a gridview dynamically Pin
Alaric_1-Apr-10 10:44
professionalAlaric_1-Apr-10 10:44 
Questionhow to transfer data from one page gridview to anothe page gridview Pin
developerit1-Apr-10 10:37
developerit1-Apr-10 10:37 
AnswerRe: how to transfer data from one page gridview to anothe page gridview Pin
Alaric_1-Apr-10 10:43
professionalAlaric_1-Apr-10 10:43 
Well...to pass data from one page to another, you are going to have to have some way of persisting the relevant information between pages because web development is inherently stateless.

The most common methods for passing data from form to form would be:
->Session,
->ViewState,
->QueryString.

I suggest you begin by investigating these three mechanisms.

Then, figure out how to bind a GridView to data that you pull out of your chosen variable. Then, figure out how to put data from the original GridView into the variable. If you can combine these three tasks, you will be able to pass data from GridView to GridView.
"I need build Skynet. Plz send code"

AnswerRe: how to transfer data from one page gridview to anothe page gridview Pin
jayprakash sir ji1-Apr-10 17:47
professionaljayprakash sir ji1-Apr-10 17:47 
QuestionProblem: Quirky Problem with Javascript OnClick chaining - Server code executed | Client code ignored (C# 3.5) Pin
Alaric_1-Apr-10 10:32
professionalAlaric_1-Apr-10 10:32 
QuestionMessage Removed Pin
1-Apr-10 8:20
hi_everybody1-Apr-10 8:20 
AnswerRe: want to clear oops concepts in depth Pin
Not Active1-Apr-10 8:26
mentorNot Active1-Apr-10 8:26 
AnswerRe: want to clear oops concepts in depth Pin
Alaric_1-Apr-10 11:13
professionalAlaric_1-Apr-10 11:13 
AnswerRe: want to clear oops concepts in depth Pin
Muhammad Gouda2-Apr-10 4:59
Muhammad Gouda2-Apr-10 4:59 
QuestionDetect an external email address Pin
Dayekh1-Apr-10 5:01
Dayekh1-Apr-10 5:01 
AnswerRe: Detect an external email address Pin
JHizzle1-Apr-10 5:07
JHizzle1-Apr-10 5:07 
GeneralRe: Detect an external email address Pin
Dayekh1-Apr-10 5:16
Dayekh1-Apr-10 5:16 
GeneralRe: Detect an external email address Pin
JHizzle1-Apr-10 5:24
JHizzle1-Apr-10 5:24 
GeneralRe: Detect an external email address Pin
Dayekh1-Apr-10 5:54
Dayekh1-Apr-10 5:54 
Questioncross platform feature of asp.net Pin
ships_agr1-Apr-10 3:43
ships_agr1-Apr-10 3:43 
AnswerRe: cross platform feature of asp.net Pin
JHizzle1-Apr-10 4:04
JHizzle1-Apr-10 4:04 
AnswerRe: cross platform feature of asp.net Pin
MyDevBank1-Apr-10 4:35
MyDevBank1-Apr-10 4:35 
AnswerRe: cross platform feature of asp.net Pin
T M Gray1-Apr-10 5:41
T M Gray1-Apr-10 5:41 
QuestionProblem regarding Icallback & Viewstate Pin
Tridip Bhattacharjee1-Apr-10 3:03
professionalTridip Bhattacharjee1-Apr-10 3:03 
AnswerRe: Problem regarding Icallback & Viewstate Pin
Not Active1-Apr-10 3:38
mentorNot Active1-Apr-10 3:38 

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.