Click here to Skip to main content
15,896,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: 3 TIER ARCHITECTURE Pin
Jon Rista15-Feb-09 19:16
Jon Rista15-Feb-09 19:16 
GeneralRe: 3 TIER ARCHITECTURE Pin
Christian Graus15-Feb-09 19:47
protectorChristian Graus15-Feb-09 19:47 
AnswerRe: 3 TIER ARCHITECTURE Pin
rakeshs31215-Feb-09 22:03
rakeshs31215-Feb-09 22:03 
QuestionPAY PAL Pin
JAYRAJ GIRI15-Feb-09 7:06
JAYRAJ GIRI15-Feb-09 7:06 
AnswerRe: PAY PAL Pin
Ashfield15-Feb-09 8:07
Ashfield15-Feb-09 8:07 
AnswerRe: PAY PAL Pin
Christian Graus15-Feb-09 9:54
protectorChristian Graus15-Feb-09 9:54 
AnswerRe: PAY PAL Pin
leckey15-Feb-09 17:21
leckey15-Feb-09 17:21 
QuestionHelp with asp gridview css Pin
Steve Holdorf15-Feb-09 5:20
Steve Holdorf15-Feb-09 5:20 
I don't know if this is the correct place to post this or even if this is to much to ask. If so sorry and I will not do it again. Below is the HTML output from an ASP gridview. I am using the css friendly browser. I have searched every where and can only find basic css articles. Can anyone either help me or point me in the right direction on making a proper css file for this gridview?

class="AspNet-GridView" id="ctl00_ContentPlaceHolder1_GridViewCMInformation">
				<table cellpadding="0" cellspacing="0" summary="">
					<thead>
						<tr>
							<th scope="col">&nbsp;</th>
							<th scope="col">First Name</th>
							<th scope="col">Last Name</th>
							<th scope="col">Email</th>
							<th scope="col">UserID</th>
							<th scope="col">Password</th>
						</tr>
					</thead>
					<tbody>
						<tr>
							<td>
                
            </td>
							<td>
                <input name="ctl00$ContentPlaceHolder1$GridViewCMInformation$ctl02$FirstName" type="text" value="test" id="ctl00_ContentPlaceHolder1_GridViewCMInformation_ctl02_FirstName" style="width:200px;" />
            </td>
							<td>
                <input name="ctl00$ContentPlaceHolder1$GridViewCMInformation$ctl02$LastName" type="text" value="test1" id="ctl00_ContentPlaceHolder1_GridViewCMInformation_ctl02_LastName" style="width:200px;" />
            </td>
							<td>
                <input name="ctl00$ContentPlaceHolder1$GridViewCMInformation$ctl02$Email" type="text" value="test2" id="ctl00_ContentPlaceHolder1_GridViewCMInformation_ctl02_Email" style="width:200px;" />
            </td>
							<td>
                <input name="ctl00$ContentPlaceHolder1$GridViewCMInformation$ctl02$UserID" type="text" value="test3" id="ctl00_ContentPlaceHolder1_GridViewCMInformation_ctl02_UserID" style="width:200px;" />
            </td>
							<td>
                <input name="ctl00$ContentPlaceHolder1$GridViewCMInformation$ctl02$Password" type="text" value="test4" id="ctl00_ContentPlaceHolder1_GridViewCMInformation_ctl02_Password" style="width:200px;" />
            </td>
						</tr>
						<tr class="AspNet-GridView-Alternate">
lt;/tr>

Question[newbie] Object reference not set to an instance of an object Pin
jon-8014-Feb-09 23:33
professionaljon-8014-Feb-09 23:33 
AnswerRe: [newbie] Object reference not set to an instance of an object Pin
N a v a n e e t h15-Feb-09 3:02
N a v a n e e t h15-Feb-09 3:02 
QuestionDataGrid Problem Pin
Abdul Rahman Hamidy14-Feb-09 23:01
Abdul Rahman Hamidy14-Feb-09 23:01 
AnswerRe: DataGrid Problem Pin
N a v a n e e t h15-Feb-09 3:04
N a v a n e e t h15-Feb-09 3:04 
AnswerRe: DataGrid Problem Pin
slSoftware15-Feb-09 5:26
slSoftware15-Feb-09 5:26 
Questionhow to open a costumized page in our webform Pin
netsooz (Amir Hamidi)14-Feb-09 22:54
netsooz (Amir Hamidi)14-Feb-09 22:54 
AnswerRe: how to open a costumized page in our webform [modified] Pin
jc.net15-Feb-09 8:23
jc.net15-Feb-09 8:23 
QuestionThemes stop working when using the css friendly browser Pin
Steve Holdorf14-Feb-09 10:14
Steve Holdorf14-Feb-09 10:14 
AnswerRe: Themes stop working when using the css friendly browser Pin
Steve Holdorf15-Feb-09 9:35
Steve Holdorf15-Feb-09 9:35 
Questionaccessing controls in javascript in asp.net Pin
Tarun.Suneja14-Feb-09 9:15
Tarun.Suneja14-Feb-09 9:15 
AnswerRe: accessing controls in javascript in asp.net Pin
PCuong198314-Feb-09 17:09
professionalPCuong198314-Feb-09 17:09 
GeneralRe: accessing controls in javascript in asp.net Pin
Tarun.Suneja15-Feb-09 11:43
Tarun.Suneja15-Feb-09 11:43 
Answerback button cancel after log out only Pin
Member 387988113-Feb-09 23:51
Member 387988113-Feb-09 23:51 
GeneralRe: back button cancel after log out only Pin
Christian Graus14-Feb-09 22:46
protectorChristian Graus14-Feb-09 22:46 
QuestionMutiLanguage Website Pin
yogesh_kumar_agarwal13-Feb-09 22:46
yogesh_kumar_agarwal13-Feb-09 22:46 
AnswerRe: MutiLanguage Website Pin
Ashfield15-Feb-09 8:11
Ashfield15-Feb-09 8:11 
GeneralRe: MutiLanguage Website Pin
yogesh_kumar_agarwal16-Feb-09 0:00
yogesh_kumar_agarwal16-Feb-09 0:00 

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.