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

ASP.NET

 
QuestionPlatform Independent Web Based Video Conferencing Through Cam Pin
shahzadmalik10-Jul-08 3:07
shahzadmalik10-Jul-08 3:07 
QuestionButton Id Problem Pin
Ajeet mittal10-Jul-08 2:58
Ajeet mittal10-Jul-08 2:58 
AnswerRe: Button Id Problem Pin
Sherin Iranimose10-Jul-08 3:57
Sherin Iranimose10-Jul-08 3:57 
GeneralRe: Button Id Problem Pin
Ajeet mittal10-Jul-08 19:24
Ajeet mittal10-Jul-08 19:24 
GeneralRe: Button Id Problem Pin
Sherin Iranimose10-Jul-08 20:10
Sherin Iranimose10-Jul-08 20:10 
GeneralRe: Button Id Problem Pin
Ajeet mittal10-Jul-08 23:14
Ajeet mittal10-Jul-08 23:14 
GeneralRe: Button Id Problem Pin
Sherin Iranimose10-Jul-08 23:43
Sherin Iranimose10-Jul-08 23:43 
QuestionCannot implicitly convert type 'int' to 'string' Pin
eyeseetee10-Jul-08 2:55
eyeseetee10-Jul-08 2:55 
Hi
I have the following code which should count the number of rows in the gridview ands then I want it to assign a number to it, so if there three rows it would assing 1, 2, 3 to each row but its not working it shows error Cannot implicitly convert type 'int' to 'string'

any help would be great!

for (int x = 0; x < GridView1.Rows.Count; x++)
{
GridViewRow row = GridView1.Rows[x];
dropdown = ((DropDownList)row.FindControl("ddorder"));

int count =+ 1;
dropdown.DataValueField = count;
}
AnswerRe: Cannot implicitly convert type 'int' to 'string' Pin
Herman<T>.Instance10-Jul-08 3:04
Herman<T>.Instance10-Jul-08 3:04 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
eyeseetee10-Jul-08 3:09
eyeseetee10-Jul-08 3:09 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
Herman<T>.Instance10-Jul-08 3:18
Herman<T>.Instance10-Jul-08 3:18 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
eyeseetee10-Jul-08 3:31
eyeseetee10-Jul-08 3:31 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
Herman<T>.Instance10-Jul-08 3:36
Herman<T>.Instance10-Jul-08 3:36 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
eyeseetee10-Jul-08 3:44
eyeseetee10-Jul-08 3:44 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
Herman<T>.Instance10-Jul-08 6:22
Herman<T>.Instance10-Jul-08 6:22 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
Guffa10-Jul-08 4:08
Guffa10-Jul-08 4:08 
GeneralRe: Cannot implicitly convert type 'int' to 'string' Pin
Herman<T>.Instance10-Jul-08 6:18
Herman<T>.Instance10-Jul-08 6:18 
AnswerRe: Cannot implicitly convert type 'int' to 'string' [modified] Pin
Herman<T>.Instance10-Jul-08 3:31
Herman<T>.Instance10-Jul-08 3:31 
Question[Message Deleted] Pin
ash0410-Jul-08 2:45
ash0410-Jul-08 2:45 
AnswerRe: HttpContext.Current.Session Pin
Herman<T>.Instance10-Jul-08 3:24
Herman<T>.Instance10-Jul-08 3:24 
GeneralRe: HttpContext.Current.Session Pin
ash0410-Jul-08 4:16
ash0410-Jul-08 4:16 
GeneralRe: HttpContext.Current.Session Pin
Herman<T>.Instance10-Jul-08 6:25
Herman<T>.Instance10-Jul-08 6:25 
GeneralRe: HttpContext.Current.Session Pin
ash0410-Jul-08 22:01
ash0410-Jul-08 22:01 
QuestionVBA.Calendar = vbCalHijri Pin
Bhim Prakash Singh10-Jul-08 1:48
Bhim Prakash Singh10-Jul-08 1:48 
QuestionProblem with file upload using Pure ASP Pin
M LN Rao10-Jul-08 1:28
M LN Rao10-Jul-08 1:28 

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.