Click here to Skip to main content
15,891,431 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax Toolkit Drag Panel postback position Pin
Reanalyse3-May-08 19:01
Reanalyse3-May-08 19:01 
Questionmimic following ADO Recordset object Property/methods/events in ADO.NET Pin
Member 43574603-May-08 17:22
Member 43574603-May-08 17:22 
AnswerRe: mimic following ADO Recordset object Property/methods/events in ADO.NET Pin
Christian Graus3-May-08 17:29
protectorChristian Graus3-May-08 17:29 
GeneralRe: mimic following ADO Recordset object Property/methods/events in ADO.NET Pin
Member 43574603-May-08 18:41
Member 43574603-May-08 18:41 
GeneralRe: mimic following ADO Recordset object Property/methods/events in ADO.NET Pin
Christian Graus4-May-08 11:32
protectorChristian Graus4-May-08 11:32 
QuestionEscaping Text in a GridView for SQLServer databases Pin
Tom Harper3-May-08 10:16
Tom Harper3-May-08 10:16 
QuestionProblem with converting type Pin
Saba023-May-08 9:21
Saba023-May-08 9:21 
AnswerRe: Problem with converting type Pin
Hesham Amin3-May-08 10:14
Hesham Amin3-May-08 10:14 
Why did you convert it to string in the first place?
You can replace this line:
string Price = double.Parse(((Label)DataList1.Controls[0].FindControl("PriceLabel")).Text).ToString("0.00");
with this:
double Price = double.Parse(((Label)DataList1.Controls[0].FindControl("PriceLabel")).Text);

Hesham A. Amin
My blog

GeneralRe: Problem with converting type Pin
Sunset Towers3-May-08 10:35
Sunset Towers3-May-08 10:35 
GeneralRe: Problem with converting type Pin
Christian Graus3-May-08 13:28
protectorChristian Graus3-May-08 13:28 
AnswerRe: Problem with converting type Pin
Blue_Boy3-May-08 13:38
Blue_Boy3-May-08 13:38 
AnswerRe: Problem with converting type Pin
Saba024-May-08 6:32
Saba024-May-08 6:32 
QuestionWebcontrol not displaying treeview [modified] Pin
Sunset Towers3-May-08 8:25
Sunset Towers3-May-08 8:25 
QuestionFormView ItemCreated problem Pin
AmirAlilou3-May-08 4:25
AmirAlilou3-May-08 4:25 
AnswerRe: FormView ItemCreated problem Pin
Christian Graus3-May-08 13:27
protectorChristian Graus3-May-08 13:27 
GeneralRe: FormView ItemCreated problem Pin
AmirAlilou3-May-08 20:07
AmirAlilou3-May-08 20:07 
GeneralRe: FormView ItemCreated problem Pin
AmirAlilou4-May-08 18:35
AmirAlilou4-May-08 18:35 
GeneralRe: FormView ItemCreated problem Pin
AmirAlilou3-May-08 21:16
AmirAlilou3-May-08 21:16 
GeneralRe: FormView ItemCreated problem Pin
Christian Graus4-May-08 11:36
protectorChristian Graus4-May-08 11:36 
QuestionAJAX Control Toolkit - Accordion Pin
Yaniv___3-May-08 3:46
Yaniv___3-May-08 3:46 
AnswerRe: AJAX Control Toolkit - Accordion Pin
Sam Xavier8-May-08 19:42
Sam Xavier8-May-08 19:42 
AnswerRe: AJAX Control Toolkit - Accordion Pin
Bit-Smacker4-Jun-08 6:48
Bit-Smacker4-Jun-08 6:48 
QuestionForm view in Asp.Net Pin
kumarrpt3-May-08 1:34
kumarrpt3-May-08 1:34 
AnswerRe: Form view in Asp.Net Pin
Christian Graus3-May-08 1:37
protectorChristian Graus3-May-08 1:37 
Questionrelationship in sql??? Pin
mr.mohsen3-May-08 1:02
mr.mohsen3-May-08 1:02 

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.