Click here to Skip to main content
15,879,095 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Wrong urls pointing to correct page. Pin
ParagGupta23-Dec-08 17:56
ParagGupta23-Dec-08 17:56 
GeneralRe: Wrong urls pointing to correct page. Pin
Aman Bhullar24-Dec-08 6:55
Aman Bhullar24-Dec-08 6:55 
Questioncsv import Pin
arenaldo19-Dec-08 5:00
arenaldo19-Dec-08 5:00 
QuestionJavascript SetCapture() Pin
deepakwaje19-Dec-08 3:11
deepakwaje19-Dec-08 3:11 
QuestionRecords affected in dataset table Pin
Hemant Thaker19-Dec-08 0:07
Hemant Thaker19-Dec-08 0:07 
AnswerRe: Records affected in dataset table Pin
Ashfield19-Dec-08 1:45
Ashfield19-Dec-08 1:45 
QuestionPagging in Gridview Pin
Hemant Thaker19-Dec-08 0:05
Hemant Thaker19-Dec-08 0:05 
AnswerRe: Pagging in Gridview Pin
Aman Bhullar21-Dec-08 20:16
Aman Bhullar21-Dec-08 20:16 
Hi
You need to handle "PageIndexChanging" event of GridView.

In the Procedure write down

//GridRecords is Name of GridView Control

protected void GridRecords_PageIndexChanging(object sender, GridViewPageEventArgs e)
{
        GridRecords.PageIndex = e.NewPageIndex;
        //Write down code to Bind the grid to database
        //i.e. all code that you used to bind Grid earlier
}

QuestionHow to add or change meta tag by javascript at runtime Pin
shames(Sam)18-Dec-08 22:34
shames(Sam)18-Dec-08 22:34 
JokeRe: How to add or change meta tag by javascript at runtime Pin
Expert Coming18-Dec-08 23:14
Expert Coming18-Dec-08 23:14 
AnswerRe: How to add or change meta tag by javascript at runtime Pin
Michael Hendrickx19-Dec-08 3:15
Michael Hendrickx19-Dec-08 3:15 
QuestionCrystal Report Problem with asp.net Pin
Hemant Thaker18-Dec-08 18:27
Hemant Thaker18-Dec-08 18:27 
AnswerRe: Crystal Report Problem with asp.net Pin
SachinC1529-Jul-09 1:34
SachinC1529-Jul-09 1:34 
QuestionThe Progam Used to build websites Pin
KARFER18-Dec-08 3:18
KARFER18-Dec-08 3:18 
AnswerRe: The Progam Used to build websites Pin
Ashfield18-Dec-08 4:57
Ashfield18-Dec-08 4:57 
AnswerRe: The Progam Used to build websites Pin
Shog918-Dec-08 7:22
sitebuilderShog918-Dec-08 7:22 
GeneralRe: The Progam Used to build websites Pin
Michael Hendrickx19-Dec-08 3:25
Michael Hendrickx19-Dec-08 3:25 
QuestionHow to change the color of Div based scrolls in Mozilla firs fox ? Pin
King Shez18-Dec-08 3:05
King Shez18-Dec-08 3:05 
AnswerRe: How to change the color of Div based scrolls in Mozilla firs fox ? Pin
Shog918-Dec-08 7:31
sitebuilderShog918-Dec-08 7:31 
GeneralRe: How to change the color of Div based scrolls in Mozilla firs fox ? Pin
King Shez18-Dec-08 19:47
King Shez18-Dec-08 19:47 
GeneralRe: How to change the color of Div based scrolls in Mozilla firs fox ? Pin
Shog919-Dec-08 4:25
sitebuilderShog919-Dec-08 4:25 
GeneralRe: How to change the color of Div based scrolls in Mozilla firs fox ? Pin
King Shez18-Dec-08 19:50
King Shez18-Dec-08 19:50 
QuestionDisable Parent page Pin
Armandt__17-Dec-08 22:17
Armandt__17-Dec-08 22:17 
AnswerRe: Disable Parent page Pin
Armandt__18-Dec-08 19:49
Armandt__18-Dec-08 19:49 
QuestionEmbed Media Player Classic (MPC) into a html Pin
alexyxj17-Dec-08 21:31
alexyxj17-Dec-08 21:31 

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.