Click here to Skip to main content
16,006,563 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: button in the content place holder Pin
Sonia Gupta27-Oct-07 1:26
Sonia Gupta27-Oct-07 1:26 
AnswerRe: button in the content place holder Pin
Abhijit Jana27-Oct-07 1:13
professionalAbhijit Jana27-Oct-07 1:13 
GeneralRe: button in the content place holder Pin
Sonia Gupta27-Oct-07 1:23
Sonia Gupta27-Oct-07 1:23 
GeneralRe: button in the content place holder Pin
Abhijit Jana27-Oct-07 1:37
professionalAbhijit Jana27-Oct-07 1:37 
GeneralRe: button in the content place holder Pin
Sonia Gupta27-Oct-07 1:49
Sonia Gupta27-Oct-07 1:49 
GeneralRe: button in the content place holder Pin
Imran Khan Pathan27-Oct-07 1:38
Imran Khan Pathan27-Oct-07 1:38 
QuestionExport the Data to Excel Pin
Aavesh Agarwal27-Oct-07 0:42
Aavesh Agarwal27-Oct-07 0:42 
AnswerRe: Export the Data to Excel Pin
ShruthiLavan28-Oct-07 21:36
ShruthiLavan28-Oct-07 21:36 
Try this..
Add the following code before export to excel.

GridView1.AllowPaging = False
GridView1.DataBind()


In the pageload set allowpaging true to the gridview


You can't do everything...
But you can do something...
So never refuse to do something that you can.....

QuestionHow to change background color of Message Box Pin
Rashmi_Karnam27-Oct-07 0:28
Rashmi_Karnam27-Oct-07 0:28 
AnswerRe: How to change background color of Message Box Pin
Abhijit Jana27-Oct-07 1:00
professionalAbhijit Jana27-Oct-07 1:00 
GeneralRe: How to change background color of Message Box Pin
Rashmi_Karnam27-Oct-07 4:26
Rashmi_Karnam27-Oct-07 4:26 
GeneralRe: How to change background color of Message Box Pin
Abhijit Jana28-Oct-07 18:55
professionalAbhijit Jana28-Oct-07 18:55 
Questiondata validations in javascript Pin
Sonia Gupta27-Oct-07 0:23
Sonia Gupta27-Oct-07 0:23 
AnswerRe: data validations in javascript Pin
John-ph27-Oct-07 0:25
John-ph27-Oct-07 0:25 
GeneralRe: data validations in javascript Pin
Sonia Gupta27-Oct-07 0:29
Sonia Gupta27-Oct-07 0:29 
AnswerRe: data validations in javascript Pin
Abhijit Jana27-Oct-07 1:05
professionalAbhijit Jana27-Oct-07 1:05 
Answerdate validations in javascript Pin
Sarani Ravindran28-Oct-07 0:54
Sarani Ravindran28-Oct-07 0:54 
Questionsplit function in java script Pin
Sonia Gupta27-Oct-07 0:11
Sonia Gupta27-Oct-07 0:11 
AnswerRe: split function in java script Pin
Arindam Tewary27-Oct-07 0:25
professionalArindam Tewary27-Oct-07 0:25 
GeneralRe: split function in java script Pin
Sonia Gupta27-Oct-07 0:27
Sonia Gupta27-Oct-07 0:27 
GeneralRe: split function in java script Pin
Arindam Tewary27-Oct-07 0:35
professionalArindam Tewary27-Oct-07 0:35 
GeneralRe: split function in java script Pin
Arif patel27-Oct-07 2:18
Arif patel27-Oct-07 2:18 
AnswerRe: split function in java script Pin
J4amieC27-Oct-07 1:08
J4amieC27-Oct-07 1:08 
Questionaudio recording control Pin
kadkir27-Oct-07 0:05
kadkir27-Oct-07 0:05 
AnswerRe: audio recording control Pin
Saksida Bojan27-Oct-07 1:37
Saksida Bojan27-Oct-07 1:37 

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.