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

ASP.NET

 
GeneralRe: update query when handling the database form remote machine. Pin
Sonia Gupta17-Sep-07 22:37
Sonia Gupta17-Sep-07 22:37 
GeneralRe: update query when handling the database form remote machine. Pin
Parwej Ahamad17-Sep-07 22:43
professionalParwej Ahamad17-Sep-07 22:43 
AnswerRe: update query when handling the database form remote machine. Pin
saini arun17-Sep-07 22:42
saini arun17-Sep-07 22:42 
GeneralRe: update query when handling the database form remote machine. Pin
Sonia Gupta18-Sep-07 0:00
Sonia Gupta18-Sep-07 0:00 
QuestionValidation Controls Inside DIV tag Not working Pin
John-ph17-Sep-07 21:38
John-ph17-Sep-07 21:38 
AnswerRe: Validation Controls Inside DIV tag Not working Pin
John-ph23-Sep-07 22:40
John-ph23-Sep-07 22:40 
Questionasp.net with VB Pin
abglorie17-Sep-07 21:29
abglorie17-Sep-07 21:29 
AnswerRe: asp.net with VB Pin
Parwej Ahamad17-Sep-07 22:01
professionalParwej Ahamad17-Sep-07 22:01 
I am providing here logic.... you can take help from this logic if you need further then post here.

On page load
if Session("Data") is nothing
1- Fill the data from data base in dataset
2- Hold it into Session("Data")=Your datase
3- Set a counter in Session("Cnt")=0
4- Get the 0 index row from the datase and show it on form.
else
1- get the counter from session
int cnt=Session("cnt)
2- increase the counter
cnt=cnt+1
3- Get the dataset from Session("Data")
4- Get cnt index data from dataset
5- Show the data on form
6- Again save current index in session
Session("Cnt")=cnt
end if





Parwej Ahamad
g.parwez@gmail.com

GeneralRe: asp.net with VB Pin
abglorie17-Sep-07 22:43
abglorie17-Sep-07 22:43 
QuestionAdding VBscript code to ASP.Net 2.0 urgent.............. Pin
Priya_200717-Sep-07 21:18
Priya_200717-Sep-07 21:18 
QuestionDifference Pin
Naik A2Ze17-Sep-07 21:09
Naik A2Ze17-Sep-07 21:09 
AnswerRe: Difference Pin
VenkataRamana.Gali17-Sep-07 21:25
VenkataRamana.Gali17-Sep-07 21:25 
Questiononline shopping Pin
jai 12317-Sep-07 20:54
jai 12317-Sep-07 20:54 
AnswerRe: online shopping Pin
saini arun17-Sep-07 21:01
saini arun17-Sep-07 21:01 
AnswerRe: online shopping Pin
VenkataRamana.Gali17-Sep-07 21:06
VenkataRamana.Gali17-Sep-07 21:06 
AnswerRe: online shopping Pin
Naik A2Ze17-Sep-07 21:16
Naik A2Ze17-Sep-07 21:16 
Questionsystem idle Pin
kirthikirthi17-Sep-07 20:29
kirthikirthi17-Sep-07 20:29 
AnswerRe: system idle Pin
Parwej Ahamad17-Sep-07 20:44
professionalParwej Ahamad17-Sep-07 20:44 
GeneralRe: system idle Pin
Naik A2Ze17-Sep-07 21:22
Naik A2Ze17-Sep-07 21:22 
AnswerRe: system idle Pin
Shujaat Ullah Khan17-Sep-07 20:53
Shujaat Ullah Khan17-Sep-07 20:53 
AnswerRe: system idle Pin
Naik A2Ze17-Sep-07 21:20
Naik A2Ze17-Sep-07 21:20 
GeneralRe: system idle Pin
kirthikirthi17-Sep-07 22:08
kirthikirthi17-Sep-07 22:08 
GeneralRe: system idle Pin
Naik A2Ze17-Sep-07 22:42
Naik A2Ze17-Sep-07 22:42 
QuestionText Box inside GridView Pin
varshavmane17-Sep-07 19:56
varshavmane17-Sep-07 19:56 
AnswerRe: Text Box inside GridView Pin
VenkataRamana.Gali17-Sep-07 20:59
VenkataRamana.Gali17-Sep-07 20:59 

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.