Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Getting path from datagrid field Pin
Christian Graus15-Feb-09 20:34
protectorChristian Graus15-Feb-09 20:34 
GeneralRe: Getting path from datagrid field Pin
rakeshs31215-Feb-09 20:36
rakeshs31215-Feb-09 20:36 
GeneralRe: Getting path from datagrid field Pin
Expert Coming15-Feb-09 20:38
Expert Coming15-Feb-09 20:38 
GeneralRe: Getting path from datagrid field Pin
rakeshs31215-Feb-09 21:02
rakeshs31215-Feb-09 21:02 
Questionentering data to blob type column in an oracle table through asp.net Pin
souravghosh1815-Feb-09 17:49
souravghosh1815-Feb-09 17:49 
QuestionMaking Web Mashups in ASP.NET Pin
CrimeanTurtle200815-Feb-09 13:58
CrimeanTurtle200815-Feb-09 13:58 
AnswerRe: Making Web Mashups in ASP.NET Pin
Christian Graus15-Feb-09 20:10
protectorChristian Graus15-Feb-09 20:10 
GeneralRe: Making Web Mashups in ASP.NET Pin
CrimeanTurtle200815-Feb-09 22:15
CrimeanTurtle200815-Feb-09 22:15 
QuestionHTML to ASP Pin
mbangh15-Feb-09 9:18
mbangh15-Feb-09 9:18 
AnswerRe: HTML to ASP Pin
Christian Graus15-Feb-09 9:51
protectorChristian Graus15-Feb-09 9:51 
Question[newbie] Cannot find ContentPlaceHolder Pin
jon-8015-Feb-09 8:56
professionaljon-8015-Feb-09 8:56 
AnswerRe: [newbie] Cannot find ContentPlaceHolder Pin
Guffa15-Feb-09 15:32
Guffa15-Feb-09 15:32 
Question3 TIER ARCHITECTURE Pin
JAYRAJ GIRI15-Feb-09 7:09
JAYRAJ GIRI15-Feb-09 7:09 
AnswerRe: 3 TIER ARCHITECTURE Pin
Ashfield15-Feb-09 8:05
Ashfield15-Feb-09 8:05 
AnswerRe: 3 TIER ARCHITECTURE Pin
Christian Graus15-Feb-09 9:52
protectorChristian Graus15-Feb-09 9:52 
AnswerRe: 3 TIER ARCHITECTURE Pin
leckey15-Feb-09 17:19
leckey15-Feb-09 17:19 
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 

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.