Click here to Skip to main content
15,919,749 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Insert data from asp.net table to sql server 2005 Pin
Christian Graus1-Jun-08 4:06
protectorChristian Graus1-Jun-08 4:06 
GeneralRe: Insert data from asp.net table to sql server 2005 Pin
Sarfaraj Ahmed1-Jun-08 9:56
Sarfaraj Ahmed1-Jun-08 9:56 
GeneralRe: Insert data from asp.net table to sql server 2005 Pin
pushpendu B21-Jun-09 20:46
pushpendu B21-Jun-09 20:46 
Questionerror in user control [modified] Pin
Mogaambo31-May-08 3:47
Mogaambo31-May-08 3:47 
AnswerRe: error in user control Pin
Christian Graus1-Jun-08 4:07
protectorChristian Graus1-Jun-08 4:07 
QuestionColumn wise paging in a Gridview Pin
G. Mathu31-May-08 1:55
G. Mathu31-May-08 1:55 
AnswerRe: Column wise paging in a Gridview Pin
Parwej Ahamad31-May-08 4:06
professionalParwej Ahamad31-May-08 4:06 
GeneralRe: Column wise paging in a Gridview Pin
G. Mathu1-Jun-08 19:18
G. Mathu1-Jun-08 19:18 
sorry let me explain my scenrio, I have 2 type of display in dropdown as Horizontal and vertical. if select horizontal it is normal gridview but on selecting vertical, i'm converting Rows into column to get vertical display in Gridview, the datasource is dynamic dataset. so in this mode, i already tried the paging as like ur idea by assuming the Dropdown(page dropdown selecting 5 0r 10 etc...)value as i in a forloop, but i get an error..

The code i wrote was

for (i=0;i<=int.Parse(drppagelist.SelectedValue.ToString());i++)
{
GridView1.Column[i].Visible=True;
}

but error comes as value cannot be 0 or less than index range...
GeneralRe: Column wise paging in a Gridview Pin
Parwej Ahamad2-Jun-08 6:43
professionalParwej Ahamad2-Jun-08 6:43 
Questioninsert datas from gridview to database using asp.net.+ c# Pin
kushan31-May-08 1:34
kushan31-May-08 1:34 
QuestionHow i can update GridView in web page when i edit or delete or insert a record in database? Pin
Saba0231-May-08 1:26
Saba0231-May-08 1:26 
AnswerRe: How i can update GridView in web page when i edit or delete or insert a record in database? Pin
Christian Graus31-May-08 1:27
protectorChristian Graus31-May-08 1:27 
QuestionHow to develope a webservice which automatically updates its ad(in window project) from a website Pin
K V Sekhar31-May-08 0:40
K V Sekhar31-May-08 0:40 
AnswerRe: How to develope a webservice which automatically updates its ad(in window project) from a website Pin
Christian Graus31-May-08 1:26
protectorChristian Graus31-May-08 1:26 
AnswerCP IGNORE Pin
leckey31-May-08 4:45
leckey31-May-08 4:45 
QuestionDataBinding to DropDownList in GridView Error Pin
Samiullah31-May-08 0:34
Samiullah31-May-08 0:34 
AnswerRe: DataBinding to DropDownList in GridView Error Pin
Parwej Ahamad31-May-08 1:28
professionalParwej Ahamad31-May-08 1:28 
GeneralRe: DataBinding to DropDownList in GridView Error Pin
Samiullah31-May-08 2:08
Samiullah31-May-08 2:08 
GeneralRe: DataBinding to DropDownList in GridView Error Pin
Parwej Ahamad31-May-08 3:53
professionalParwej Ahamad31-May-08 3:53 
GeneralRe: DataBinding to DropDownList in GridView Error Pin
Samiullah3-Jun-08 0:32
Samiullah3-Jun-08 0:32 
GeneralRe: DataBinding to DropDownList in GridView Error Pin
Samiullah3-Jun-08 1:42
Samiullah3-Jun-08 1:42 
GeneralRe: DataBinding to DropDownList in GridView Error Pin
Parwej Ahamad3-Jun-08 7:16
professionalParwej Ahamad3-Jun-08 7:16 
QuestionRegisterStartupScript is user control Pin
rotsey31-May-08 0:28
rotsey31-May-08 0:28 
AnswerRe: RegisterStartupScript is user control Pin
Parwej Ahamad31-May-08 1:26
professionalParwej Ahamad31-May-08 1:26 
GeneralRe: RegisterStartupScript is user control Pin
rotsey31-May-08 3:20
rotsey31-May-08 3:20 

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.