Click here to Skip to main content
15,889,992 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamic link btn Pin
Christian Graus31-Jul-07 22:53
protectorChristian Graus31-Jul-07 22:53 
QuestionMultiple App_Code Folders Pin
eggie531-Jul-07 20:56
eggie531-Jul-07 20:56 
AnswerRe: Multiple App_Code Folders Pin
Christian Graus31-Jul-07 21:06
protectorChristian Graus31-Jul-07 21:06 
Questiononclick large image Pin
Milind Panchal31-Jul-07 20:39
Milind Panchal31-Jul-07 20:39 
AnswerRe: onclick large image Pin
Christian Graus31-Jul-07 20:47
protectorChristian Graus31-Jul-07 20:47 
AnswerRe: onclick large image Pin
N a v a n e e t h31-Jul-07 20:55
N a v a n e e t h31-Jul-07 20:55 
QuestionRegarding the Gridview.. Pin
Ron.S31-Jul-07 20:36
Ron.S31-Jul-07 20:36 
AnswerRe: Regarding the Gridview.. Pin
N a v a n e e t h31-Jul-07 21:01
N a v a n e e t h31-Jul-07 21:01 
It seems Gridview won't support horizondal scrolling. You need to place gridview inside DIV element and apply styles for DIV to show scrollbar.

<DIV style="OVERFLOW: auto; WIDTH: YourWidth; HEIGHT: YourHeight">


If your gridview width exceeds specified width, it will show scrollbar. I Don't know cross browser compatibility of this method.Cool | :cool:


GeneralRe: Regarding the Gridview.. Pin
Ron.S31-Jul-07 23:58
Ron.S31-Jul-07 23:58 
QuestionRegarding Browser Problem Pin
dharanighanta31-Jul-07 20:30
dharanighanta31-Jul-07 20:30 
AnswerRe: Regarding Browser Problem Pin
N a v a n e e t h31-Jul-07 20:37
N a v a n e e t h31-Jul-07 20:37 
QuestionSession problem Pin
Affan Toor31-Jul-07 20:10
Affan Toor31-Jul-07 20:10 
AnswerRe: Session problem Pin
N a v a n e e t h31-Jul-07 20:21
N a v a n e e t h31-Jul-07 20:21 
AnswerRe: Session problem Pin
Christian Graus31-Jul-07 20:21
protectorChristian Graus31-Jul-07 20:21 
AnswerRe: Session problem Pin
darkcalin31-Jul-07 21:07
darkcalin31-Jul-07 21:07 
AnswerRe: Session problem Pin
Piyush Vardhan Singh31-Jul-07 21:47
Piyush Vardhan Singh31-Jul-07 21:47 
QuestionSyntax error converting character string to smalldatetime data type..., Pin
Member 387988131-Jul-07 19:54
Member 387988131-Jul-07 19:54 
AnswerRe: Syntax error converting character string to smalldatetime data type..., Pin
Vipul Mehta31-Jul-07 20:31
Vipul Mehta31-Jul-07 20:31 
GeneralRe: Syntax error converting character string to smalldatetime data type..., Pin
Member 387988131-Jul-07 21:46
Member 387988131-Jul-07 21:46 
GeneralRe: Syntax error converting character string to smalldatetime data type..., Pin
Vipul Mehta31-Jul-07 22:34
Vipul Mehta31-Jul-07 22:34 
GeneralRe: Syntax error converting character string to smalldatetime data type..., Pin
Member 387988131-Jul-07 22:39
Member 387988131-Jul-07 22:39 
QuestionTo Populate the values in Ultra Grid View Row to TextBox Pin
codingrocks31-Jul-07 19:51
codingrocks31-Jul-07 19:51 
AnswerRe: To Populate the values in Ultra Grid View Row to TextBox Pin
Christian Graus31-Jul-07 20:45
protectorChristian Graus31-Jul-07 20:45 
QuestionHow to create folder in asp.net Pin
Nehrubabu31-Jul-07 19:50
Nehrubabu31-Jul-07 19:50 
AnswerRe: How to create folder in asp.net Pin
codingrocks31-Jul-07 19:54
codingrocks31-Jul-07 19:54 

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.