Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ftp security issues Pin
GenJerDan5-Jul-11 11:11
GenJerDan5-Jul-11 11:11 
GeneralRe: ftp security issues Pin
Paul McGann5-Jul-11 11:35
professionalPaul McGann5-Jul-11 11:35 
Questionurgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 4:42
Cyberoxy5-Jul-11 4:42 
AnswerRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 5:08
professionalShameel5-Jul-11 5:08 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 5:20
Cyberoxy5-Jul-11 5:20 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Not Active5-Jul-11 6:29
mentorNot Active5-Jul-11 6:29 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 7:36
Cyberoxy5-Jul-11 7:36 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Not Active5-Jul-11 7:59
mentorNot Active5-Jul-11 7:59 
Cyberoxy wrote:
also have inserted using System.Web.UI.HtmlControls; in code behind

Are you creating the select element form the code-behind or in the markup? You can't do it both ways.

If you are adding the control via code-behind then it is already a server control. If you are creating it in the markup then you must specify the runat=server attribute.

If you are creating the select via code-behind why are you not using an ASP.NET Dropdownlist control?


Cyberoxy wrote:
Seems it is difficult to solve it, isn't it?

It isn't difficult to solve at all when you know and understand what you are doing.



Cyberoxy wrote:
It was urgent because I have to complete the website for my client today

Poor planning on your part is no excuse for rudeness. If you had properly planned this project you would not be rushing to implement something the day you are to deliver. That is inexcusable.

I know the language. I've read a book. - _Madmatt

GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 8:10
professionalShameel5-Jul-11 8:10 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 8:15
professionalShameel5-Jul-11 8:15 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 8:20
Cyberoxy5-Jul-11 8:20 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 8:24
professionalShameel5-Jul-11 8:24 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 8:35
Cyberoxy5-Jul-11 8:35 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Not Active5-Jul-11 8:45
mentorNot Active5-Jul-11 8:45 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 8:40
Cyberoxy5-Jul-11 8:40 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 8:42
professionalShameel5-Jul-11 8:42 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Not Active5-Jul-11 14:15
mentorNot Active5-Jul-11 14:15 
AnswerRe: urgent - problem with html tags in asp.net c# (code behind) Pin
berba6-Jul-11 20:38
berba6-Jul-11 20:38 
QuestionWebMethod called from Javascript mis-behaving Pin
markymark825-Jul-11 4:31
markymark825-Jul-11 4:31 
QuestionCannot use a leading .. to exit above the top directory. Pin
benams4-Jul-11 13:41
benams4-Jul-11 13:41 
AnswerRe: Cannot use a leading .. to exit above the top directory. Pin
Not Active4-Jul-11 14:25
mentorNot Active4-Jul-11 14:25 
GeneralRe: Cannot use a leading .. to exit above the top directory. Pin
benams4-Jul-11 20:03
benams4-Jul-11 20:03 
GeneralRe: Cannot use a leading .. to exit above the top directory. Pin
Yuri Vital4-Jul-11 22:40
Yuri Vital4-Jul-11 22:40 
QuestionGet all the values from HttpContext.Current.Cache Pin
siva4553-Jul-11 20:15
siva4553-Jul-11 20:15 
AnswerRe: Get all the values from HttpContext.Current.Cache Pin
Andy_L_J3-Jul-11 20:32
Andy_L_J3-Jul-11 20:32 

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.