Click here to Skip to main content
15,917,731 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionS/MIME Emails Pin
g00fyman6-Jul-09 18:37
g00fyman6-Jul-09 18:37 
QuestionIIS7 with ASP.NET + Response.OutputStream.Write does not work in IE7 and IE8 Pin
kent856-Jul-09 15:46
kent856-Jul-09 15:46 
Questionbuttonfield, onclick (change text) Pin
mark_me6-Jul-09 13:22
mark_me6-Jul-09 13:22 
Questionhelp upload file problem Pin
my30name6-Jul-09 11:43
my30name6-Jul-09 11:43 
Questionhow can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? Pin
mehran.asg6-Jul-09 8:38
mehran.asg6-Jul-09 8:38 
AnswerRe: how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? Pin
Manas Bhardwaj6-Jul-09 10:23
professionalManas Bhardwaj6-Jul-09 10:23 
GeneralRe: how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? Pin
mehran.asg6-Jul-09 19:08
mehran.asg6-Jul-09 19:08 
GeneralRe: how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? Pin
mehran.asg6-Jul-09 19:09
mehran.asg6-Jul-09 19:09 
Questionwant some help on my website Pin
Abdulhafeezo6-Jul-09 7:27
Abdulhafeezo6-Jul-09 7:27 
AnswerRe: want some help on my website Pin
Sandeep Akhare6-Jul-09 8:04
Sandeep Akhare6-Jul-09 8:04 
JokeRe: want some help on my website Pin
Abhijit Jana6-Jul-09 8:21
professionalAbhijit Jana6-Jul-09 8:21 
AnswerRe: want some help on my website Pin
Manas Bhardwaj6-Jul-09 10:24
professionalManas Bhardwaj6-Jul-09 10:24 
AnswerRe: want some help on my website Pin
J4amieC6-Jul-09 23:45
J4amieC6-Jul-09 23:45 
QuestionParsing Large XML File Pin
Tiger4566-Jul-09 6:53
Tiger4566-Jul-09 6:53 
AnswerRe: Parsing Large XML File Pin
Sandeep Akhare6-Jul-09 8:03
Sandeep Akhare6-Jul-09 8:03 
GeneralRe: Parsing Large XML File Pin
Tiger4566-Jul-09 17:37
Tiger4566-Jul-09 17:37 
GeneralRe: Parsing Large XML File Pin
Jimmy Zhang21-Nov-09 11:18
Jimmy Zhang21-Nov-09 11:18 
QuestionI intend to Pin
Abdulhafeezo6-Jul-09 4:11
Abdulhafeezo6-Jul-09 4:11 
AnswerRe: I intend to Pin
ScottM16-Jul-09 4:29
ScottM16-Jul-09 4:29 
AnswerRe: I intend to Pin
Abhijit Jana6-Jul-09 4:58
professionalAbhijit Jana6-Jul-09 4:58 
GeneralRe: I intend to Pin
Abdulhafeezo6-Jul-09 5:01
Abdulhafeezo6-Jul-09 5:01 
GeneralRe: I intend to Pin
Abhijit Jana6-Jul-09 6:18
professionalAbhijit Jana6-Jul-09 6:18 
GeneralRe: I intend to Pin
Abdulhafeezo6-Jul-09 7:30
Abdulhafeezo6-Jul-09 7:30 
AnswerRe: I intend to Pin
Abhijit Jana6-Jul-09 8:20
professionalAbhijit Jana6-Jul-09 8:20 
QuestionSetting BackColor of pannel Pin
Armandt__6-Jul-09 2:41
Armandt__6-Jul-09 2:41 
Hi , ive got a asp.net vb web app, now i save a color code the a sql database and the show the data in a c1webgrid, now what i want to do is put a panel in template column and set the backcolor of the panel acording to what is in the database

Now what i did was

<C1WebGrid:C1TemplateColumn>
   <ItemTemplate>
      <asp:Panel ID="Panel4" runat="server"
            BackColor='<%# Eval("ColorCode") %>' Height="20px" Width="20px>
            <asp:Panel>
   </ItemTemplate>
</C1WebGrid:C1TemplateColumn>

but it gives me a System.InvalidCastException: Specified cast is not valid error

if someone can please help me with this,
Thanks

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.