Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionimage in image contol Pin
Sonia Gupta12-Nov-07 19:56
Sonia Gupta12-Nov-07 19:56 
AnswerRe: image in image contol Pin
N a v a n e e t h12-Nov-07 20:10
N a v a n e e t h12-Nov-07 20:10 
GeneralRe: image in image contol Pin
Sonia Gupta12-Nov-07 20:22
Sonia Gupta12-Nov-07 20:22 
GeneralRe: image in image contol Pin
N a v a n e e t h12-Nov-07 21:35
N a v a n e e t h12-Nov-07 21:35 
AnswerRe: image in image contol Pin
InsDev12-Nov-07 20:21
InsDev12-Nov-07 20:21 
GeneralRe: image in image contol Pin
Sonia Gupta12-Nov-07 20:40
Sonia Gupta12-Nov-07 20:40 
GeneralRe: image in image contol Pin
N a v a n e e t h12-Nov-07 21:35
N a v a n e e t h12-Nov-07 21:35 
AnswerRe: Error to bind an array into a grid Pin
Michael Sync12-Nov-07 20:13
Michael Sync12-Nov-07 20:13 
What exception you got?

What about checking the "null" before binding??

e.g.

string[] rol;<br />
rol = Roles.GetRolesForUser();          <br />
<br />
if(roll != null){<br />
       GridView1.DataSource = rol;<br />
       GridView1.DataBind();<br />
}<br />
<br />


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

QuestionBind Based on Id's..., [modified] Pin
Member 387988112-Nov-07 19:13
Member 387988112-Nov-07 19:13 
AnswerRe: Bind Based on Id's..., Pin
Prateek G12-Nov-07 20:49
Prateek G12-Nov-07 20:49 
QuestionUsing Roles in Web.Config file Pin
nagendrathecoder12-Nov-07 19:11
nagendrathecoder12-Nov-07 19:11 
AnswerRe: Using Roles in Web.Config file Pin
Michael Sync12-Nov-07 20:11
Michael Sync12-Nov-07 20:11 
Questioncarousel control Pin
Prakash_Mishra12-Nov-07 18:50
Prakash_Mishra12-Nov-07 18:50 
AnswerRe: carousel control Pin
Michael Sync12-Nov-07 20:06
Michael Sync12-Nov-07 20:06 
QuestionPaging in Placeholder Pin
.NET- India 12-Nov-07 18:18
.NET- India 12-Nov-07 18:18 
AnswerRe: Paging in Placeholder Pin
N a v a n e e t h12-Nov-07 18:25
N a v a n e e t h12-Nov-07 18:25 
QuestionPay schedule Pin
gunaarun12-Nov-07 18:15
gunaarun12-Nov-07 18:15 
AnswerRe: Pay schedule Pin
Michael Sync12-Nov-07 18:41
Michael Sync12-Nov-07 18:41 
Questionhow can i convert date into format '2007-10-25T11:47:10.515625+05:30' Pin
Vishnu Narayan Mishra12-Nov-07 17:52
Vishnu Narayan Mishra12-Nov-07 17:52 
AnswerRe: how can i convert date into format '2007-10-25T11:47:10.515625+05:30' Pin
N a v a n e e t h12-Nov-07 18:29
N a v a n e e t h12-Nov-07 18:29 
AnswerRe: how can i convert date into format '2007-10-25T11:47:10.515625+05:30' Pin
Jon Sagara12-Nov-07 18:35
Jon Sagara12-Nov-07 18:35 
GeneralRe: how can i convert date into format '2007-10-25T11:47:10.515625+05:30' Pin
Vishnu Narayan Mishra12-Nov-07 20:19
Vishnu Narayan Mishra12-Nov-07 20:19 
QuestionInvalid column name Pin
Milind Panchal12-Nov-07 17:44
Milind Panchal12-Nov-07 17:44 
AnswerRe: Invalid column name Pin
Christian Graus12-Nov-07 17:47
protectorChristian Graus12-Nov-07 17:47 
AnswerInvalid column name Pin
Sarani Ravindran12-Nov-07 17:49
Sarani Ravindran12-Nov-07 17:49 

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.