Click here to Skip to main content
15,913,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to search from database when user enter any table value in textbox control Pin
Sandeep Mewara14-Mar-10 3:51
mveSandeep Mewara14-Mar-10 3:51 
GeneralRe: how to search from database when user enter any table value in textbox control Pin
developerit14-Mar-10 19:18
developerit14-Mar-10 19:18 
AnswerRe: how to search from database when user enter any table value in textbox control Pin
Not Active14-Mar-10 5:57
mentorNot Active14-Mar-10 5:57 
QuestionStored Procedure OUTPUT Parameter not working. Pin
sharad Pyakurel13-Mar-10 18:14
sharad Pyakurel13-Mar-10 18:14 
AnswerRe: Stored Procedure OUTPUT Parameter not working. Pin
dan!sh 13-Mar-10 19:06
professional dan!sh 13-Mar-10 19:06 
GeneralRe: Stored Procedure OUTPUT Parameter not working. Pin
Pranay Rana13-Mar-10 20:22
professionalPranay Rana13-Mar-10 20:22 
AnswerRe: Stored Procedure OUTPUT Parameter not working. Pin
Sandeep Mewara13-Mar-10 20:29
mveSandeep Mewara13-Mar-10 20:29 
AnswerRe: Stored Procedure OUTPUT Parameter not working. Pin
sharad Pyakurel14-Mar-10 20:13
sharad Pyakurel14-Mar-10 20:13 
GeneralRe: Stored Procedure OUTPUT Parameter not working. Pin
Arindam Tewary14-Mar-10 20:57
professionalArindam Tewary14-Mar-10 20:57 
GeneralRe: Stored Procedure OUTPUT Parameter not working. Pin
sharad Pyakurel17-Mar-10 1:03
sharad Pyakurel17-Mar-10 1:03 
QuestionDatalist or Repeater in asp.net Pin
nhss13-Mar-10 17:41
nhss13-Mar-10 17:41 
AnswerRe: Datalist or Repeater in asp.net Pin
Abhijit Jana14-Mar-10 10:13
professionalAbhijit Jana14-Mar-10 10:13 
QuestionHow I display an increment number on the same web pages (.asp) Pin
Curious 200913-Mar-10 11:49
Curious 200913-Mar-10 11:49 
AnswerRe: How I display an increment number on the same web pages (.asp) Pin
Not Active13-Mar-10 12:51
mentorNot Active13-Mar-10 12:51 
GeneralRe: How I display an increment number on the same web pages (.asp) Pin
Curious 200913-Mar-10 13:56
Curious 200913-Mar-10 13:56 
Questionhow to retrieve 100000 record from sqlite (Mobile Applications) ????!!!!!!! Pin
Yajjoj13-Mar-10 4:53
Yajjoj13-Mar-10 4:53 
AnswerRe: how to retrieve 100000 record from sqlite (Mobile Applications) ????!!!!!!! Pin
Not Active13-Mar-10 5:43
mentorNot Active13-Mar-10 5:43 
QuestionGridview Paging and Data Filtering. Pin
VikashGohil13-Mar-10 1:28
VikashGohil13-Mar-10 1:28 
AnswerRe: Gridview Paging and Data Filtering. Pin
Sandeep Mewara13-Mar-10 1:47
mveSandeep Mewara13-Mar-10 1:47 
GeneralRe: Gridview Paging and Data Filtering. Pin
VikashGohil14-Mar-10 19:58
VikashGohil14-Mar-10 19:58 
GeneralRe: Gridview Paging and Data Filtering. Pin
Arindam Tewary14-Mar-10 21:08
professionalArindam Tewary14-Mar-10 21:08 
If you have a Next, Previous button you should be having PageIndexChange event for that GridView. In that event handler you need to "rebind" the data with filter condion that has already been selected. So you need to Save the select query too (using any session management technique ie. ViewState, Hidden field, session variable per your requirement.

Hope this helps,
Thanks,
Arindam D Tewary

Questionhow to open ms word from asp.net with c# Pin
developerit13-Mar-10 0:37
developerit13-Mar-10 0:37 
AnswerRe: how to open ms word from asp.net with c# Pin
Sandeep Mewara13-Mar-10 0:52
mveSandeep Mewara13-Mar-10 0:52 
GeneralRe: how to open ms word from asp.net with c# Pin
developerit13-Mar-10 18:30
developerit13-Mar-10 18:30 
AnswerRe: how to open ms word from asp.net with c# Pin
Om Prakash Pant14-Mar-10 19:00
Om Prakash Pant14-Mar-10 19:00 

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.