Click here to Skip to main content
15,915,324 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: master page Pin
N a v a n e e t h4-Feb-08 23:21
N a v a n e e t h4-Feb-08 23:21 
GeneralRe: master page Pin
imsathy4-Feb-08 23:31
imsathy4-Feb-08 23:31 
GeneralRe: master page Pin
trilokharry5-Feb-08 0:20
trilokharry5-Feb-08 0:20 
Now working properly
Thank you so much.

I have one problem more.

function ChangePage(id)
{
// save the page clicked
document.all.PageNumber.value = id;
// call the __doPostBack function to post back the form and execute the //PageClick event
__doPostBack('PageClick','');
}

document.all.PageNumber.value = id; code is not working.
How to assign id into document.all.PageNumber.value

thanks in advance.

You get the best out of others when you give the best of yourself.

GeneralRadio Button Pin
danasegaranea4-Feb-08 21:20
danasegaranea4-Feb-08 21:20 
GeneralRe: Radio Button Pin
danasegaranea4-Feb-08 22:23
danasegaranea4-Feb-08 22:23 
GeneralExport to excell problem Pin
samerh4-Feb-08 20:58
samerh4-Feb-08 20:58 
GeneralASP.NET 2.0 and connection to SQL 2000 server Pin
reza toorani4-Feb-08 20:30
reza toorani4-Feb-08 20:30 
GeneralRe: ASP.NET 2.0 and connection to SQL 2000 server Pin
bokuceres4-Feb-08 21:16
bokuceres4-Feb-08 21:16 
GeneralRe: ASP.NET 2.0 and connection to SQL 2000 server Pin
love_man0014-Feb-08 22:07
love_man0014-Feb-08 22:07 
Generalfile upload control Pin
sirisha guttikonda4-Feb-08 19:42
sirisha guttikonda4-Feb-08 19:42 
GeneralRe: file upload control Pin
Christian Graus4-Feb-08 20:00
protectorChristian Graus4-Feb-08 20:00 
GeneralGenerate Excel Speed Pin
HatakeKaKaShi4-Feb-08 19:35
HatakeKaKaShi4-Feb-08 19:35 
GeneralRe: Generate Excel Speed Pin
J a a n s4-Feb-08 20:22
professionalJ a a n s4-Feb-08 20:22 
GeneralRe: Generate Excel Speed Pin
HatakeKaKaShi4-Feb-08 20:56
HatakeKaKaShi4-Feb-08 20:56 
GeneralRe: Generate Excel Speed Pin
J a a n s4-Feb-08 21:33
professionalJ a a n s4-Feb-08 21:33 
GeneralRe: Generate Excel Speed Pin
HatakeKaKaShi4-Feb-08 21:40
HatakeKaKaShi4-Feb-08 21:40 
QuestionHow do i use two different language class files in same project.. Pin
Amit.Amit.Amit...4-Feb-08 19:09
Amit.Amit.Amit...4-Feb-08 19:09 
GeneralRe: How do i use two different language class files in same project.. Pin
Arun Jacob4-Feb-08 19:57
Arun Jacob4-Feb-08 19:57 
GeneralRe: How do i use two different language class files in same project.. Pin
Amit.Amit.Amit...4-Feb-08 20:27
Amit.Amit.Amit...4-Feb-08 20:27 
QuestionHow do i use two class files in my project a is in C# and another is in VB.Net.. Pin
Amit.Amit.Amit...4-Feb-08 19:07
Amit.Amit.Amit...4-Feb-08 19:07 
GeneralRe: How do i use two class files in my project a is in C# and another is in VB.Net.. Pin
N a v a n e e t h4-Feb-08 19:29
N a v a n e e t h4-Feb-08 19:29 
QuestionJs File Problem?? Pin
Vanamaindia4-Feb-08 19:06
Vanamaindia4-Feb-08 19:06 
AnswerRe: Js File Problem?? Pin
N a v a n e e t h4-Feb-08 19:28
N a v a n e e t h4-Feb-08 19:28 
GeneralDynamically Fetch the Random records Pin
sjs4u4-Feb-08 17:50
sjs4u4-Feb-08 17:50 
GeneralRe: Dynamically Fetch the Random records Pin
Steve Echols4-Feb-08 18:31
Steve Echols4-Feb-08 18: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.