Click here to Skip to main content
16,008,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: form management Pin
Sonia Gupta20-Feb-08 1:14
Sonia Gupta20-Feb-08 1:14 
Questionhow to show the bottom row or a last row of a grid view .while grid view is in the panel. Pin
jagan12319-Feb-08 22:11
jagan12319-Feb-08 22:11 
GeneralTimer in online examination system Pin
yogesh_kumar_agarwal19-Feb-08 22:10
yogesh_kumar_agarwal19-Feb-08 22:10 
GeneralRe: Timer in online examination system Pin
Sathesh Sakthivel19-Feb-08 22:17
Sathesh Sakthivel19-Feb-08 22:17 
Generalproblem with css Pin
eyeseetee19-Feb-08 21:56
eyeseetee19-Feb-08 21:56 
GeneralRe: problem with css Pin
Paddy Boyd19-Feb-08 22:43
Paddy Boyd19-Feb-08 22:43 
GeneralRe: problem with css Pin
eyeseetee19-Feb-08 23:38
eyeseetee19-Feb-08 23:38 
GeneralRe: problem with css Pin
dilipv20-Feb-08 0:19
dilipv20-Feb-08 0:19 
hi a-+s-+p-+,
Since you are applying CSS to Server side Control then either you are not specifying CSS class to style tag inside head as follows.

<head> <br />
<style type="text/css"> <br />
 .btcomp<br />
{<br />
      background-color:#FFFFFF;<br />
      font-weight:bold;<br />
      width:200px;<br />
      height:500px;<br />
}<br />
</style> <br />
</head><br />

OR you are made separate CSS within the project but not linked CSS to page correctly as follows.

<link href="styles.css" rel="stylesheet" />

Hope this will solve your problem.
Thanks & Regards
Dilipv

Dilip Kumar Vishwakarma
Programmer
.Net Consulting

GeneralNeed advice in Implementing automatic sign in functionality Pin
Rocky#19-Feb-08 21:27
Rocky#19-Feb-08 21:27 
GeneralRe: Need advice in Implementing automatic sign in functionality Pin
N a v a n e e t h19-Feb-08 22:11
N a v a n e e t h19-Feb-08 22:11 
GeneralRe: Need advice in Implementing automatic sign in functionality Pin
Rocky#19-Feb-08 23:26
Rocky#19-Feb-08 23:26 
GeneralRe: Need advice in Implementing automatic sign in functionality Pin
N a v a n e e t h19-Feb-08 23:45
N a v a n e e t h19-Feb-08 23:45 
GeneralRe: Need advice in Implementing automatic sign in functionality Pin
Rocky#20-Feb-08 0:18
Rocky#20-Feb-08 0:18 
QuestionZip/Compress a folders on Server Pin
rain raj19-Feb-08 21:07
rain raj19-Feb-08 21:07 
AnswerRe: Zip/Compress a folders on Server Pin
Venkatesh Mookkan19-Feb-08 21:20
Venkatesh Mookkan19-Feb-08 21:20 
GeneralRe: Zip/Compress a folders on Server Pin
rain raj19-Feb-08 21:56
rain raj19-Feb-08 21:56 
GeneralRe: Zip/Compress a folders on Server Pin
Venkatesh Mookkan19-Feb-08 23:16
Venkatesh Mookkan19-Feb-08 23:16 
GeneralListbox Control Pin
ajau19-Feb-08 20:58
ajau19-Feb-08 20:58 
GeneralRe: Listbox Control Pin
N a v a n e e t h19-Feb-08 21:50
N a v a n e e t h19-Feb-08 21:50 
GeneralRe: Listbox Control Pin
Sandeep Akhare19-Feb-08 21:53
Sandeep Akhare19-Feb-08 21:53 
GeneralProblem with crystal reports Pin
satish_kinfo19-Feb-08 20:46
satish_kinfo19-Feb-08 20:46 
QuestionCreate webcontrol inluding another Controls. Pin
ThienK2719-Feb-08 19:33
ThienK2719-Feb-08 19:33 
GeneralRe: Create webcontrol inluding another Controls. Pin
N a v a n e e t h19-Feb-08 20:26
N a v a n e e t h19-Feb-08 20:26 
GeneralRe: Create webcontrol inluding another Controls. Pin
ThienK2720-Feb-08 17:08
ThienK2720-Feb-08 17:08 
Questionhow to save dynamically created document on server without file upload control Pin
rahul.net1119-Feb-08 19:24
rahul.net1119-Feb-08 19:24 

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.