Click here to Skip to main content
15,889,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRemove tick/check box from ASP.NET Checkbox control Pin
thes@int21-Nov-12 6:48
thes@int21-Nov-12 6:48 
AnswerRe: Remove tick/check box from ASP.NET Checkbox control Pin
jkirkerx21-Nov-12 12:46
professionaljkirkerx21-Nov-12 12:46 
Questionweb service creation Pin
Member 961924321-Nov-12 6:17
Member 961924321-Nov-12 6:17 
AnswerRe: web service creation Pin
R. Giskard Reventlov21-Nov-12 6:24
R. Giskard Reventlov21-Nov-12 6:24 
QuestionReturn multiple result set to Generic List Pin
yesu prakash20-Nov-12 23:38
yesu prakash20-Nov-12 23:38 
AnswerRe: Return multiple result set to Generic List Pin
David Mujica21-Nov-12 3:14
David Mujica21-Nov-12 3:14 
QuestionButtons are not working for enterkey press Pin
rakeshs31220-Nov-12 22:27
rakeshs31220-Nov-12 22:27 
AnswerRe: Buttons are not working for enterkey press Pin
jkirkerx22-Nov-12 18:03
professionaljkirkerx22-Nov-12 18:03 
You have to wrap your control in a panel, and set the panels default button to the button you want to press enter on. Use the buttons ID value, and not the name you gave it.

Dim panel_Container as Panel
With panel_Container
.ID = "_panel_Container"
.DefaultButton = "bt_Submit"

QuestionSchedule and post comments to FaceBook wall using ASP.Net Pin
Hu Dhaval20-Nov-12 21:56
Hu Dhaval20-Nov-12 21:56 
AnswerRe: Schedule and post comments to FaceBook wall using ASP.Net Pin
Dhol Gaurav20-Nov-12 22:24
professionalDhol Gaurav20-Nov-12 22:24 
GeneralRe: Schedule and post comments to FaceBook wall using ASP.Net Pin
Hu Dhaval20-Nov-12 22:32
Hu Dhaval20-Nov-12 22:32 
AnswerRe: Schedule and post comments to FaceBook wall using ASP.Net Pin
Richard Deeming21-Nov-12 2:10
mveRichard Deeming21-Nov-12 2:10 
QuestionCOMPILATION error "object reference not set to an instance of an object" Pin
AnnLogan20-Nov-12 20:47
AnnLogan20-Nov-12 20:47 
QuestionRe: COMPILATION error "object reference not set to an instance of an object" Pin
n.podbielski20-Nov-12 21:11
n.podbielski20-Nov-12 21:11 
AnswerRe: COMPILATION error "object reference not set to an instance of an object" Pin
AnnLogan20-Nov-12 21:49
AnnLogan20-Nov-12 21:49 
GeneralRe: COMPILATION error "object reference not set to an instance of an object" Pin
Richard MacCutchan21-Nov-12 3:16
mveRichard MacCutchan21-Nov-12 3:16 
AnswerRe: COMPILATION error "object reference not set to an instance of an object" Pin
n.podbielski22-Nov-12 20:07
n.podbielski22-Nov-12 20:07 
QuestionTab index with firefox issue Pin
rakeshs31220-Nov-12 19:43
rakeshs31220-Nov-12 19:43 
SuggestionRe: Tab index with firefox issue Pin
n.podbielski20-Nov-12 21:08
n.podbielski20-Nov-12 21:08 
GeneralRe: Tab index with firefox issue Pin
rakeshs31220-Nov-12 22:02
rakeshs31220-Nov-12 22:02 
AnswerRe: Tab index with firefox issue Pin
jkirkerx22-Nov-12 18:08
professionaljkirkerx22-Nov-12 18:08 
AnswerRe: Tab index with firefox issue Pin
CommDev5-Dec-12 1:55
CommDev5-Dec-12 1:55 
Questionadsense alternatives Pin
Jassim Rahma19-Nov-12 21:48
Jassim Rahma19-Nov-12 21:48 
AnswerRe: adsense alternatives Pin
ravi398420-Nov-12 20:15
ravi398420-Nov-12 20:15 
QuestionBack Page link with Attachment asp.net 4 [Solved] Pin
εїзεїзεїз18-Nov-12 0:24
εїзεїзεїз18-Nov-12 0: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.