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

ASP.NET

 
GeneralRe: how to split HUGE pages into smaller components Pin
Christian Graus17-Sep-09 16:40
protectorChristian Graus17-Sep-09 16:40 
QuestionDynamic music player.... Pin
greendragons17-Sep-09 8:24
greendragons17-Sep-09 8:24 
AnswerRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 10:24
protectorChristian Graus17-Sep-09 10:24 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 10:46
greendragons17-Sep-09 10:46 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 10:56
protectorChristian Graus17-Sep-09 10:56 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:00
greendragons17-Sep-09 11:00 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:32
protectorChristian Graus17-Sep-09 11:32 
AnswerRe: Dynamic music player.... Pin
Abhishek Sur17-Sep-09 11:31
professionalAbhishek Sur17-Sep-09 11:31 
hey.. dont write in response using Response.Write... Its not good. Rather place the object tag in the designer and handle from codebehind.

Also if you write
Respons.write("<object width...

It will show you <object. Rather than using < use < itself so that browser renders the html.

Now it is no big deal if you are using masterpage or not. Just in your codebehind if you want to add some reference to parameter to a serverside control, add control.ClientId rather than control.Id.

hope you can do it now. Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:36
greendragons17-Sep-09 11:36 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:39
greendragons17-Sep-09 11:39 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:58
protectorChristian Graus17-Sep-09 11:58 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:07
greendragons17-Sep-09 12:07 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 12:18
protectorChristian Graus17-Sep-09 12:18 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:40
greendragons17-Sep-09 12:40 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:49
greendragons17-Sep-09 12:49 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 13:58
protectorChristian Graus17-Sep-09 13:58 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 14:15
greendragons17-Sep-09 14:15 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 14:21
protectorChristian Graus17-Sep-09 14:21 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 14:25
greendragons17-Sep-09 14:25 
QuestionNeed Help in String Manipulation? Pin
Jollyguy17-Sep-09 6:23
Jollyguy17-Sep-09 6:23 
AnswerRe: Need Help in String Manipulation? Pin
Manas Bhardwaj17-Sep-09 6:56
professionalManas Bhardwaj17-Sep-09 6:56 
AnswerRegular expression Pin
David Mujica17-Sep-09 7:37
David Mujica17-Sep-09 7:37 
QuestionOrder of insertion Pin
srikantha_nagaraj17-Sep-09 4:51
srikantha_nagaraj17-Sep-09 4:51 
AnswerRe: Order of insertion Pin
Richard MacCutchan17-Sep-09 4:57
mveRichard MacCutchan17-Sep-09 4:57 
AnswerRe: Order of insertion Pin
Ashfield17-Sep-09 9:25
Ashfield17-Sep-09 9:25 

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.