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

ASP.NET

 
AnswerRe: Browser compatibility Error ( Mr.Michael) Pin
nandhububbly17-Aug-07 2:47
nandhububbly17-Aug-07 2:47 
QuestionSystem.IO.MemoryStream Issue , Help needed urgently Pin
percyvimal17-Aug-07 1:56
percyvimal17-Aug-07 1:56 
QuestionHow to use Edit and update in DataList??? Pin
bijeshputhalath17-Aug-07 1:49
bijeshputhalath17-Aug-07 1:49 
AnswerRe: How to use Edit and update in DataList??? Pin
Michael Sync17-Aug-07 2:38
Michael Sync17-Aug-07 2:38 
GeneralRe: How to use Edit and update in DataList??? Pin
bijeshputhalath17-Aug-07 5:50
bijeshputhalath17-Aug-07 5:50 
GeneralRe: How to use Edit and update in DataList??? Pin
Michael Sync17-Aug-07 16:37
Michael Sync17-Aug-07 16:37 
GeneralRe: How to use Edit and update in DataList??? Pin
bijeshputhalath17-Aug-07 20:36
bijeshputhalath17-Aug-07 20:36 
GeneralRe: How to use Edit and update in DataList??? Pin
Michael Sync17-Aug-07 22:14
Michael Sync17-Aug-07 22:14 
bijeshputhalath wrote:
string title = ((System.Web.UI.WebControls.TextBox)e.AD_TITLE.FindControl("Text1")).Text;


You should remove "AD_TITLE".

string title = ((System.Web.UI.WebControls.TextBox)e.FindControl("Text1")).Text;

bijeshputhalath wrote:
C:\Inetpub\wwwroot\approvedplotfinal\index.aspx(2616): Could not find any attribute 'align' of element 'marquee'.



Where do you set "marquee" in your code??

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

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: How to use Edit and update in DataList??? Pin
bijeshputhalath17-Aug-07 22:41
bijeshputhalath17-Aug-07 22:41 
GeneralRe: How to use Edit and update in DataList??? Pin
Michael Sync18-Aug-07 8:05
Michael Sync18-Aug-07 8:05 
GeneralRe: How to use Edit and update in DataList??? Pin
bijeshputhalath19-Aug-07 1:25
bijeshputhalath19-Aug-07 1:25 
GeneralRe: How to use Edit and update in DataList??? Pin
Michael Sync19-Aug-07 4:52
Michael Sync19-Aug-07 4:52 
Questionrecommendation engine Pin
anu8117-Aug-07 1:42
anu8117-Aug-07 1:42 
AnswerRe: recommendation engine Pin
N a v a n e e t h17-Aug-07 2:32
N a v a n e e t h17-Aug-07 2:32 
GeneralRe: recommendation engine Pin
anu8117-Aug-07 2:47
anu8117-Aug-07 2:47 
GeneralRe: recommendation engine Pin
sathish s17-Aug-07 3:13
sathish s17-Aug-07 3:13 
GeneralRe: recommendation engine Pin
anu8117-Aug-07 3:17
anu8117-Aug-07 3:17 
GeneralRe: recommendation engine Pin
sathish s17-Aug-07 3:37
sathish s17-Aug-07 3:37 
GeneralRe: recommendation engine Pin
anu8117-Aug-07 4:10
anu8117-Aug-07 4:10 
QuestionUrgent WebService Pin
jayarajmrj17-Aug-07 1:24
jayarajmrj17-Aug-07 1:24 
AnswerRe: Urgent WebService Pin
kubben17-Aug-07 1:56
kubben17-Aug-07 1:56 
AnswerRe: Urgent WebService Pin
Talal Sultan17-Aug-07 2:28
Talal Sultan17-Aug-07 2:28 
AnswerRe: Urgent WebService Pin
Member 144327816-Oct-09 3:24
Member 144327816-Oct-09 3:24 
QuestionIsCrossPagePostBack Pin
md_refay17-Aug-07 1:08
md_refay17-Aug-07 1:08 
AnswerRe: IsCrossPagePostBack Pin
Talal Sultan17-Aug-07 2:33
Talal Sultan17-Aug-07 2:33 

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.