Click here to Skip to main content
15,914,323 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Print Functionality in asp.net Pin
Christian Graus10-Jan-07 7:48
protectorChristian Graus10-Jan-07 7:48 
QuestionEasy way to display an image in a DataGrid? Pin
Lurker3210-Jan-07 3:55
Lurker3210-Jan-07 3:55 
AnswerRe: Easy way to display an image in a DataGrid? Pin
Christian Graus10-Jan-07 7:49
protectorChristian Graus10-Jan-07 7:49 
GeneralRe: Easy way to display an image in a DataGrid? [modified] Pin
Lurker3210-Jan-07 12:26
Lurker3210-Jan-07 12:26 
QuestionCrystal Report and IE browser Pin
Maher Elsayed10-Jan-07 3:39
Maher Elsayed10-Jan-07 3:39 
AnswerRe: Crystal Report and IE browser Pin
ToddHileHoffer10-Jan-07 7:04
ToddHileHoffer10-Jan-07 7:04 
QuestionPassing a value [modified] Pin
Dayekh10-Jan-07 3:30
Dayekh10-Jan-07 3:30 
AnswerRe: Passing a value Pin
Guffa10-Jan-07 4:08
Guffa10-Jan-07 4:08 
The table cell contains a string value, not a number. If you want the value as a number, you have to parse the string.

If the value in the table cell comes from a numeric field in the data source, you have to read the value from the data source instead of from the table cell to get it in the original numeric form. When the value is put in the table cell it's convertered into a string value.

---
Year happy = new Year(2007);

GeneralRe: Passing a value Pin
Dayekh10-Jan-07 4:39
Dayekh10-Jan-07 4:39 
QuestionTrouble in parameter! Pin
nclauder10-Jan-07 3:05
nclauder10-Jan-07 3:05 
AnswerRe: Trouble in parameter! Pin
Not Active10-Jan-07 3:12
mentorNot Active10-Jan-07 3:12 
GeneralRe: Trouble in parameter! Pin
nclauder10-Jan-07 3:31
nclauder10-Jan-07 3:31 
GeneralRe: Trouble in parameter! Pin
Not Active10-Jan-07 3:45
mentorNot Active10-Jan-07 3:45 
GeneralRe: Trouble in parameter! Pin
szukuro10-Jan-07 4:37
szukuro10-Jan-07 4:37 
GeneralRe: Trouble in parameter! Pin
_AK_10-Jan-07 3:33
_AK_10-Jan-07 3:33 
GeneralRe: Trouble in parameter! Pin
nclauder10-Jan-07 4:00
nclauder10-Jan-07 4:00 
AnswerRe: Trouble in parameter! Pin
Guffa10-Jan-07 3:28
Guffa10-Jan-07 3:28 
GeneralRe: Trouble in parameter! Pin
nclauder10-Jan-07 3:44
nclauder10-Jan-07 3:44 
GeneralRe: Trouble in parameter! Pin
_AK_10-Jan-07 3:50
_AK_10-Jan-07 3:50 
QuestionCrystal reports(business objects) + asp.net Pin
Naveed Kamboh10-Jan-07 2:43
Naveed Kamboh10-Jan-07 2:43 
AnswerRe: Crystal reports(business objects) + asp.net Pin
Maher Elsayed10-Jan-07 4:00
Maher Elsayed10-Jan-07 4:00 
QuestionDataBinding: 'System.Data.DataRowView' does not contain a property with the name Pin
Yuwraj10-Jan-07 2:24
Yuwraj10-Jan-07 2:24 
AnswerRe: DataBinding: 'System.Data.DataRowView' does not contain a property with the name Pin
Not Active10-Jan-07 2:29
mentorNot Active10-Jan-07 2:29 
AnswerRe: DataBinding: 'System.Data.DataRowView' does not contain a property with the name Pin
nagendra rao s.v.10-Jan-07 2:30
nagendra rao s.v.10-Jan-07 2:30 
QuestionLogged in Pin
ADY00710-Jan-07 2:15
ADY00710-Jan-07 2:15 

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.