Click here to Skip to main content
15,900,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Try this instead. Also you should attempt to use stored procedures whenever possible.

myCommand.CommandText="SELECT * from isp_email.staff where @id like '" + txtname.Text + "'";



only two letters away from being an asset

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 
AnswerRe: Logged in Pin
Not Active10-Jan-07 2:27
mentorNot Active10-Jan-07 2:27 
GeneralRe: Logged in Pin
ADY00710-Jan-07 2:44
ADY00710-Jan-07 2:44 
GeneralRe: Logged in Pin
Not Active10-Jan-07 2:48
mentorNot Active10-Jan-07 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.