Click here to Skip to main content
16,004,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondatalist double click event in asp.net Pin
sarang1212-Nov-08 23:27
sarang1212-Nov-08 23:27 
QuestionQuestion related to AJax Tab control Pin
mr_muskurahat2-Nov-08 23:12
mr_muskurahat2-Nov-08 23:12 
AnswerRe: Question related to AJax Tab control Pin
Ashfield3-Nov-08 0:30
Ashfield3-Nov-08 0:30 
AnswerRe: Question related to AJax Tab control Pin
saanj3-Nov-08 7:17
saanj3-Nov-08 7:17 
QuestionSave Arabic Data Make problem when using Ajax Controle in the same Page Pin
Assaf822-Nov-08 23:08
Assaf822-Nov-08 23:08 
Questioncheck box in grid view Pin
ptvce2-Nov-08 22:52
ptvce2-Nov-08 22:52 
AnswerRe: check box in grid view Pin
John Gathogo2-Nov-08 23:25
John Gathogo2-Nov-08 23:25 
AnswerRe: check box in grid view Pin
saanj3-Nov-08 7:21
saanj3-Nov-08 7:21 
Hi,
You have to maintain the gridview's data in a datatable which itself should be stored in a viewstate. If the requirement permits you then in checkbox's click event just maintain a flag in the datatable. Otherwise, do it in the PageIndexChanged event of the grid. But, you also need to check the actual row index of the datable which will be dependant to the Per Page data count and the row no. in the data page. Just check it.

Either you love IT or leave IT...

QuestionGetting Session Details of a Sharepoint Site Pin
saanj2-Nov-08 22:44
saanj2-Nov-08 22:44 
QuestionPainting in a panel Pin
Jason Hardesty2-Nov-08 22:33
Jason Hardesty2-Nov-08 22:33 
AnswerRe: Painting in a panel Pin
Jason Hardesty3-Nov-08 21:46
Jason Hardesty3-Nov-08 21:46 
Questionaudio/video streaming Pin
billcodes2-Nov-08 22:19
billcodes2-Nov-08 22:19 
Questiondefault button Pin
billcodes2-Nov-08 22:11
billcodes2-Nov-08 22:11 
AnswerRe: default button Pin
Assaf822-Nov-08 22:28
Assaf822-Nov-08 22:28 
AnswerRe: default button Pin
saanj3-Nov-08 7:23
saanj3-Nov-08 7:23 
Questionweb.config file related issue Pin
Samiullah2-Nov-08 21:48
Samiullah2-Nov-08 21:48 
AnswerRe: web.config file related issue Pin
Sathesh Sakthivel2-Nov-08 22:00
Sathesh Sakthivel2-Nov-08 22:00 
AnswerRe: web.config file related issue Pin
NeverHeardOfMe2-Nov-08 22:46
NeverHeardOfMe2-Nov-08 22:46 
AnswerRe: web.config file related issue Pin
John Gathogo2-Nov-08 23:20
John Gathogo2-Nov-08 23:20 
QuestionRe: web.config file related issue Pin
Samiullah3-Nov-08 2:39
Samiullah3-Nov-08 2:39 
AnswerRe: web.config file related issue Pin
John Gathogo3-Nov-08 2:52
John Gathogo3-Nov-08 2:52 
QuestionSave Arabic data in SQL From ASP.NET [modified] Pin
Assaf822-Nov-08 21:42
Assaf822-Nov-08 21:42 
AnswerRe: Save Arabic data in SQL From ASP.NET Pin
dennis joseph3-Nov-08 5:51
dennis joseph3-Nov-08 5:51 
QuestionHow to check single click or double click in asp.net Pin
sarang1212-Nov-08 21:16
sarang1212-Nov-08 21:16 
AnswerRe: How to check single click or double click in asp.net Pin
m-khansari4-Nov-08 19:52
m-khansari4-Nov-08 19:52 

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.