Click here to Skip to main content
15,908,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Please confirm Passport Based Authentication! Pin
mr_muskurahat2-Sep-09 21:12
mr_muskurahat2-Sep-09 21:12 
QuestionAjax Pin
ritasaumya2-Sep-09 16:25
ritasaumya2-Sep-09 16:25 
AnswerRe: Ajax Pin
N a v a n e e t h2-Sep-09 16:33
N a v a n e e t h2-Sep-09 16:33 
AnswerRe: Ajax Pin
Christian Graus2-Sep-09 17:00
protectorChristian Graus2-Sep-09 17:00 
GeneralRe: Ajax Pin
Blikkies3-Sep-09 0:13
professionalBlikkies3-Sep-09 0:13 
AnswerRe: Ajax Pin
mylogics2-Sep-09 19:52
professionalmylogics2-Sep-09 19:52 
AnswerRe: Ajax Pin
Arun Jacob2-Sep-09 20:21
Arun Jacob2-Sep-09 20:21 
QuestionDatagrid items showing as link with underline Pin
Steve van Niman2-Sep-09 15:00
Steve van Niman2-Sep-09 15:00 
ok - displaying a datagrid and using the ButtonColumn for the column. The text shows as a link and I want to control the display of the link. The gb is GridBody, gt is GridText and ac is AlignCenter. No matter what I play with in the CSS, it will not remove the link apparence in the datagrid. I have the .gt:link defined in the css, but no effect. Any ideas?

<asp:datagrid id="grdLibrary" CssClass="gbdr" Width="100%" AutoGenerateColumns="False"
	AllowSorting="True" HorizontalAlign="Center" AllowPaging="True" PageSize="20"  OnPageIndexChanged="grdLibrary_PageIndexChanged" 
							       OnItemDataBound="grdLibrary_ItemDataBound" OnItemCommand="grdLibrary_ItemCommand" runat="server" >
							<HeaderStyle           CssClass="gh ght ac" />
							<ItemStyle             CssClass="gb gt ac" />
							<AlternatingItemStyle  CssClass="gba gt ac" />
						
							<Columns>
						   
								<asp:ButtonColumn DataTextField="Title" HeaderText="Library" ButtonType="LinkButton" ItemStyle-Width="140px" HeaderStyle-HorizontalAlign="Center" ItemStyle-HorizontalAlign="Center" />

AnswerRe: Datagrid items showing as link with underline Pin
Christian Graus2-Sep-09 15:04
protectorChristian Graus2-Sep-09 15:04 
GeneralRe: Datagrid items showing as link with underline Pin
Steve van Niman2-Sep-09 15:22
Steve van Niman2-Sep-09 15:22 
GeneralRe: Datagrid items showing as link with underline Pin
Christian Graus2-Sep-09 15:32
protectorChristian Graus2-Sep-09 15:32 
QuestionProblem with ASP.MENU control Pin
AndyASPVB2-Sep-09 12:02
AndyASPVB2-Sep-09 12:02 
AnswerRe: Problem with ASP.MENU control Pin
Steve van Niman2-Sep-09 14:52
Steve van Niman2-Sep-09 14:52 
GeneralRe: Problem with ASP.MENU control Pin
AndyASPVB3-Sep-09 4:00
AndyASPVB3-Sep-09 4:00 
GeneralRe: Problem with ASP.MENU control Pin
AndyASPVB3-Sep-09 5:43
AndyASPVB3-Sep-09 5:43 
AnswerRe: Problem with ASP.MENU control Pin
sashidhar2-Sep-09 19:18
sashidhar2-Sep-09 19:18 
GeneralMy Teacher Pin
Abdulhafeezo2-Sep-09 10:52
Abdulhafeezo2-Sep-09 10:52 
GeneralRe: My Teacher Pin
Christian Graus2-Sep-09 11:09
protectorChristian Graus2-Sep-09 11:09 
JokeRe: My Teacher Pin
Not Active2-Sep-09 11:25
mentorNot Active2-Sep-09 11:25 
GeneralRe: My Teacher Pin
Christian Graus2-Sep-09 11:42
protectorChristian Graus2-Sep-09 11:42 
GeneralConflicting Thought Pin
Abdulhafeezo2-Sep-09 10:49
Abdulhafeezo2-Sep-09 10:49 
GeneralRe: Conflicting Thought Pin
Abhijit Jana2-Sep-09 19:53
professionalAbhijit Jana2-Sep-09 19:53 
QuestionCopy file from from one folder to another folder with rename Pin
Hemant_ec482-Sep-09 10:23
Hemant_ec482-Sep-09 10:23 
AnswerRe: Copy file from from one folder to another folder with rename Pin
Christian Graus2-Sep-09 11:12
protectorChristian Graus2-Sep-09 11:12 
AnswerRe: Copy file from from one folder to another folder with rename Pin
Abhishek Sur2-Sep-09 11:15
professionalAbhishek Sur2-Sep-09 11:15 

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.