Click here to Skip to main content
15,912,021 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Dhruvil28-Jun-06 7:03
Dhruvil28-Jun-06 7:03 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Sushant Duggal28-Jun-06 7:41
Sushant Duggal28-Jun-06 7:41 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Dhruvil28-Jun-06 8:36
Dhruvil28-Jun-06 8:36 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Sushant Duggal28-Jun-06 8:43
Sushant Duggal28-Jun-06 8:43 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Dhruvil28-Jun-06 9:27
Dhruvil28-Jun-06 9:27 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Sushant Duggal28-Jun-06 18:02
Sushant Duggal28-Jun-06 18:02 
AnswerRe: How to highlight today's date row in datagrid when page loaded? Pin
Guffa28-Jun-06 10:05
Guffa28-Jun-06 10:05 
Question"No row at position 0" error while adding new line to datagrid Pin
leckey26-Jun-06 10:54
leckey26-Jun-06 10:54 
Yes, still trying to add a blank line to my datagrid. The user clicks a button and executes the following code:

DataTable dt = ds.Tables["Rest"];<br />
						DataRow row;<br />
						row = dt.NewRow();<br />
						row.ItemArray = dt.Rows[0].ItemArray;<br />
						row["PartNumber"] = strPartNumberInputReference;


But I always get "no row in position 0" error. I have been researching for about 2 hours and not finding anything useful in my case. Does anyone have an idea?
AnswerRe: "No row at position 0" error while adding new line to datagrid Pin
Edbert P26-Jun-06 15:57
Edbert P26-Jun-06 15:57 
QuestionText Box values modified with Javascript in ASP.NET Page Pin
tsramkumar26-Jun-06 10:39
tsramkumar26-Jun-06 10:39 
AnswerRe: Text Box values modified with Javascript in ASP.NET Page Pin
Tirthadip26-Jun-06 19:31
Tirthadip26-Jun-06 19:31 
QuestionSiteMap and breadcrumb problem Pin
eggsovereasy26-Jun-06 10:28
eggsovereasy26-Jun-06 10:28 
AnswerRe: SiteMap and breadcrumb problem Pin
minhpc_bk26-Jun-06 16:50
minhpc_bk26-Jun-06 16:50 
GeneralRe: SiteMap and breadcrumb problem [modified] Pin
eggsovereasy27-Jun-06 5:59
eggsovereasy27-Jun-06 5:59 
GeneralRe: SiteMap and breadcrumb problem Pin
minhpc_bk27-Jun-06 18:07
minhpc_bk27-Jun-06 18:07 
QuestionDataGrid - Custom query? Pin
ActOfJon26-Jun-06 10:27
ActOfJon26-Jun-06 10:27 
Questionpurpose &lt;input type="hidden" part in asp_guest Pin
khasiguy26-Jun-06 10:01
khasiguy26-Jun-06 10:01 
AnswerRe: purpose &lt;input type="hidden" part in asp_guest Pin
Tirthadip26-Jun-06 19:38
Tirthadip26-Jun-06 19:38 
QuestionUser authentication using Webservices Pin
Filipe Peixinho26-Jun-06 7:57
Filipe Peixinho26-Jun-06 7:57 
Questionasp.net - crystal report Pin
hari@harikrishnan26-Jun-06 7:42
hari@harikrishnan26-Jun-06 7:42 
QuestionCan no longer debug my project. Pin
Goalie3526-Jun-06 7:35
Goalie3526-Jun-06 7:35 
AnswerRe: Can no longer debug my project. Pin
swilly126-Jun-06 8:54
swilly126-Jun-06 8:54 
GeneralRe: Can no longer debug my project. Pin
Goalie3526-Jun-06 9:08
Goalie3526-Jun-06 9:08 
Questionproblem with RegisterClientScriptBlock Pin
ToddNeal26-Jun-06 7:32
ToddNeal26-Jun-06 7:32 
AnswerRe: problem with RegisterClientScriptBlock Pin
Guffa26-Jun-06 8:21
Guffa26-Jun-06 8:21 

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.