Click here to Skip to main content
15,914,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to delete row from gridview Pin
siddisagar25-Mar-07 19:02
siddisagar25-Mar-07 19:02 
GeneralRe: How to delete row from gridview Pin
_AK_25-Mar-07 19:06
_AK_25-Mar-07 19:06 
Questiondisable copy otion Pin
praveenanand22-Mar-07 23:38
praveenanand22-Mar-07 23:38 
AnswerRe: disable copy otion Pin
ca8msm23-Mar-07 0:27
ca8msm23-Mar-07 0:27 
GeneralRe: disable copy otion Pin
RichardGrimmer23-Mar-07 6:31
RichardGrimmer23-Mar-07 6:31 
Questionhelp needed with CreateUserWizard control Pin
samithaslk22-Mar-07 23:26
samithaslk22-Mar-07 23:26 
Questionhyper links together in Firefox? Pin
porsti22-Mar-07 23:25
porsti22-Mar-07 23:25 
AnswerRe: hyper links together in Firefox? Pin
Guffa22-Mar-07 23:33
Guffa22-Mar-07 23:33 
You are relying on a bug in Internet Explorer, that's why it doesn't look the same in Firefox.

You can't specify a size for elements that isn't block elements, except in Internet Explorer which ignores this rule.

If you want to line up the links as boxes, use float:left to make them float after each other. Elements that float are block elements, so you can specify the size of them. Alternatively, you can skip specifying the size and the elements will resize themselves after the size of the text of the link, but they are still block elements.

---
single minded; short sighted; long gone;

GeneralRe: hyper links together in Firefox? Pin
porsti23-Mar-07 4:19
porsti23-Mar-07 4:19 
GeneralRe: hyper links together in Firefox? Pin
Guffa23-Mar-07 7:54
Guffa23-Mar-07 7:54 
QuestionRoll back all the Data. Pin
Joshi Rahul22-Mar-07 23:10
Joshi Rahul22-Mar-07 23:10 
QuestionASP .NET on server Pin
jithbiz003322-Mar-07 22:20
jithbiz003322-Mar-07 22:20 
AnswerRe: ASP .NET on server Pin
StianSandberg23-Mar-07 2:27
StianSandberg23-Mar-07 2:27 
QuestionDelete Row of GridView Pin
varshavmane22-Mar-07 22:15
varshavmane22-Mar-07 22:15 
AnswerRe: Delete Row of GridView Pin
_AK_22-Mar-07 22:28
_AK_22-Mar-07 22:28 
GeneralRe: Delete Row of GridView Pin
varshavmane22-Mar-07 23:18
varshavmane22-Mar-07 23:18 
GeneralRe: Delete Row of GridView Pin
_AK_22-Mar-07 23:34
_AK_22-Mar-07 23:34 
Questionread write text file Pin
VaibhavTiparadi22-Mar-07 22:03
VaibhavTiparadi22-Mar-07 22:03 
AnswerRe: read write text file Pin
joon vh.23-Mar-07 3:39
joon vh.23-Mar-07 3:39 
AnswerRe: read write text file Pin
Sunny__Singh2-Feb-13 0:11
Sunny__Singh2-Feb-13 0:11 
QuestionHow to send /recieve mails in local network Pin
yang__lee22-Mar-07 21:15
yang__lee22-Mar-07 21:15 
AnswerRe: How to send /recieve mails in local network Pin
danidanidani23-Mar-07 5:52
danidanidani23-Mar-07 5:52 
QuestionDrop downList Pin
Mkanchha22-Mar-07 20:49
Mkanchha22-Mar-07 20:49 
AnswerRe: Drop downList Pin
theScorp22-Mar-07 21:14
theScorp22-Mar-07 21:14 
GeneralRe: Drop downList Pin
Mkanchha23-Mar-07 3:04
Mkanchha23-Mar-07 3:04 

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.