Click here to Skip to main content
15,913,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Amit Kumar G19-Dec-06 15:51
Amit Kumar G19-Dec-06 15:51 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Vsree19-Dec-06 15:58
Vsree19-Dec-06 15:58 
AnswerRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Dayekh19-Dec-06 23:16
Dayekh19-Dec-06 23:16 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Vsree20-Dec-06 0:27
Vsree20-Dec-06 0:27 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Dayekh20-Dec-06 1:23
Dayekh20-Dec-06 1:23 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Vsree20-Dec-06 18:08
Vsree20-Dec-06 18:08 
QuestionUSER CONTROL IN ASP.NET Pin
Amit Kumar G19-Dec-06 15:01
Amit Kumar G19-Dec-06 15:01 
AnswerRe: USER CONTROL IN ASP.NET Pin
minhpc_bk19-Dec-06 19:15
minhpc_bk19-Dec-06 19:15 
I believe that the id of the user control declared on the web page by default is something like LoginControl1, not objUser. VS 2003 basically does not automatically add the declaration of the web user control for you, and you'll have to manually do that with one note that the variable name must be the same as the id of the web user control after you drag onto the web page. Something looks like:
Protected WithEvents LoginControl1 As LoginControl

Also, you should expose the values of the child textbox controls via the two public properties that you already define in the user control. And from the web page, you simply get the textboxes' values via the user control's properties.



GeneralRe: USER CONTROL IN ASP.NET Pin
Amit Kumar G20-Dec-06 3:38
Amit Kumar G20-Dec-06 3:38 
GeneralRe: USER CONTROL IN ASP.NET Pin
minhpc_bk20-Dec-06 14:35
minhpc_bk20-Dec-06 14:35 
QuestionCheck User Pin
shapper19-Dec-06 10:37
shapper19-Dec-06 10:37 
AnswerRe: Check User Pin
Pete O'Hanlon19-Dec-06 11:14
mvePete O'Hanlon19-Dec-06 11:14 
QuestionClient side validation of server controls Pin
DanB198319-Dec-06 10:14
DanB198319-Dec-06 10:14 
AnswerRe: Client side validation of server controls Pin
Pete O'Hanlon19-Dec-06 11:15
mvePete O'Hanlon19-Dec-06 11:15 
AnswerRe: Client side validation of server controls Pin
Amit Kumar G19-Dec-06 14:45
Amit Kumar G19-Dec-06 14:45 
Questionsoftware installation over web Pin
veerugadde19-Dec-06 9:09
veerugadde19-Dec-06 9:09 
AnswerRe: software installation over web Pin
Pete O'Hanlon19-Dec-06 11:27
mvePete O'Hanlon19-Dec-06 11:27 
QuestionCrystal Reports: Displaying percentages of total qty? Pin
Goalie3519-Dec-06 9:00
Goalie3519-Dec-06 9:00 
QuestionASP.NET DEVELOPMENT Pin
DORMANTROOT19-Dec-06 8:06
DORMANTROOT19-Dec-06 8:06 
AnswerRe: ASP.NET DEVELOPMENT Pin
MoeInsairat19-Dec-06 10:29
MoeInsairat19-Dec-06 10:29 
GeneralRe: ASP.NET DEVELOPMENT Pin
RenuKhot21-Dec-06 20:25
RenuKhot21-Dec-06 20:25 
GeneralRe: ASP.NET DEVELOPMENT Pin
MoeInsairat23-Dec-06 6:55
MoeInsairat23-Dec-06 6:55 
GeneralRe: ASP.NET DEVELOPMENT Pin
MoeInsairat23-Dec-06 7:20
MoeInsairat23-Dec-06 7:20 
QuestionPopulating Gridview on the value of Textbox Pin
fahiemulleh19-Dec-06 5:48
fahiemulleh19-Dec-06 5:48 
AnswerRe: Populating Gridview on the value of Textbox Pin
ToddHileHoffer19-Dec-06 6:04
ToddHileHoffer19-Dec-06 6: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.