Click here to Skip to main content
15,923,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Save File on desktop Pin
kirthikirthi17-Jun-06 5:21
kirthikirthi17-Jun-06 5:21 
Questionhow to show the dialogbox with the ASP.NET Pin
KSCsoft16-Jun-06 6:09
KSCsoft16-Jun-06 6:09 
AnswerRe: how to show the dialogbox with the ASP.NET Pin
Sebastien Lachance16-Jun-06 8:03
Sebastien Lachance16-Jun-06 8:03 
QuestionImage Size Problem after Watermarking Pin
wEb GuRu...16-Jun-06 6:08
wEb GuRu...16-Jun-06 6:08 
QuestionRequesting from Server IP???? Pin
wEb GuRu...16-Jun-06 5:47
wEb GuRu...16-Jun-06 5:47 
AnswerRe: Requesting from Server IP???? Pin
Guffa16-Jun-06 10:48
Guffa16-Jun-06 10:48 
GeneralRe: Requesting from Server IP???? Pin
wEb GuRu...19-Jun-06 0:49
wEb GuRu...19-Jun-06 0:49 
QuestionIndexing question Pin
leckey16-Jun-06 5:24
leckey16-Jun-06 5:24 
I have a field in a drop-down grid that when the user clicks edit, the drop-down box fills with the choices. However I want it to first reflect what the field originally had so I'm trying to create a function that will do that. The field has an id and shows the description. I found some code in VB that does what I need, but the bolded words make the compiler unhappy. I am VERY new to datagrids. How can I reference the specific table and the row that it's on while looping?

public object GetSelIndex (string partCatID)<br />
		{<br />
				int iLoop;<br />
				DataTable dt = dgParts.Tables("PartTypes");<br />
				for (int iLoop2 = 0; iLoop2 <= dt.Rows.Count - 1; iLoop2++)<br />
				{<br />
					if (partCatID == dt.Rows(iLoop)("id"))<br />
						{<br />
							return iLoop;<br />
						}<br />
				}<br />
		}

AnswerRe: Indexing question Pin
minhpc_bk17-Jun-06 20:53
minhpc_bk17-Jun-06 20:53 
QuestionHow to calculate lastvisit time? Pin
pitturamakrishna16-Jun-06 5:05
pitturamakrishna16-Jun-06 5:05 
AnswerRe: How to calculate lastvisit time? Pin
wEb GuRu...16-Jun-06 5:51
wEb GuRu...16-Jun-06 5:51 
AnswerRe: How to calculate lastvisit time? Pin
Mircea Grelus16-Jun-06 15:52
Mircea Grelus16-Jun-06 15:52 
AnswerRe: How to calculate lastvisit time? Pin
minhpc_bk17-Jun-06 20:52
minhpc_bk17-Jun-06 20:52 
QuestionObjectDataSource in a label Pin
xps.tsunami16-Jun-06 5:04
xps.tsunami16-Jun-06 5:04 
AnswerRe: ObjectDataSource in a label Pin
Mircea Grelus16-Jun-06 15:56
Mircea Grelus16-Jun-06 15:56 
GeneralRe: ObjectDataSource in a label Pin
xps.tsunami17-Jun-06 9:02
xps.tsunami17-Jun-06 9:02 
GeneralRe: ObjectDataSource in a label Pin
Mircea Grelus17-Jun-06 9:44
Mircea Grelus17-Jun-06 9:44 
AnswerRe: Shadow on a label Pin
RichardGrimmer16-Jun-06 5:14
RichardGrimmer16-Jun-06 5:14 
QuestionHow to transfer data from Mobile Wireless Application to Web Application using GPRS in .Net? Pin
selatan7916-Jun-06 4:11
selatan7916-Jun-06 4:11 
AnswerRe: How to transfer data from Mobile Wireless Application to Web Application using GPRS in .Net? Pin
mnaveed16-Jun-06 5:12
mnaveed16-Jun-06 5:12 
Questionhow to show image into thumbnail [modified] Pin
surshbabuk16-Jun-06 3:25
surshbabuk16-Jun-06 3:25 
AnswerRe: how to show image into thumbnail Pin
mnaveed16-Jun-06 5:05
mnaveed16-Jun-06 5:05 
QuestionAnother querry problem Pin
Commickey16-Jun-06 3:08
Commickey16-Jun-06 3:08 
AnswerRe: Another querry problem Pin
Paddy Boyd16-Jun-06 3:35
Paddy Boyd16-Jun-06 3:35 
QuestionTool to create screen shot for web site Pin
cppdotnet16-Jun-06 2:48
cppdotnet16-Jun-06 2:48 

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.