Click here to Skip to main content
15,921,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiontraversing through a treeview web control Pin
Kapil Thakur17-Apr-06 19:15
Kapil Thakur17-Apr-06 19:15 
AnswerRe: traversing through a treeview web control Pin
minhpc_bk17-Apr-06 20:05
minhpc_bk17-Apr-06 20:05 
AnswerRe: traversing through a treeview web control Pin
Kapil Thakur17-Apr-06 20:53
Kapil Thakur17-Apr-06 20:53 
GeneralRe: traversing through a treeview web control Pin
minhpc_bk17-Apr-06 23:27
minhpc_bk17-Apr-06 23:27 
QuestionAccess a BoundField's HeaderText through Script Pin
RX Maverick17-Apr-06 18:08
RX Maverick17-Apr-06 18:08 
AnswerRe: Access a BoundField's HeaderText through Script Pin
minhpc_bk17-Apr-06 19:21
minhpc_bk17-Apr-06 19:21 
Questionasp:CheckBox two-way binding problem Pin
FlorianS17-Apr-06 17:27
FlorianS17-Apr-06 17:27 
AnswerRe: asp:CheckBox two-way binding problem Pin
minhpc_bk17-Apr-06 19:29
minhpc_bk17-Apr-06 19:29 
Hi there,
The Eval method supports one-way (read-only) binding, here there are two options:

+ You can use the Bind method which supports two-way databinding instead of the Eval, you can read more about this in MSDN[^].

+ You can create a handler for the Updating event of the SqlDataSource control, in the method you can query the value of the check box and pass it to the input paramaters of the command.
QuestionPrinting and formatting using datagrid--Urgent help needed Pin
DiptyMay17-Apr-06 13:10
DiptyMay17-Apr-06 13:10 
AnswerRe: Printing and formatting using datagrid--Urgent help needed Pin
goyal manish18-Apr-06 4:39
goyal manish18-Apr-06 4:39 
QuestionHow do create an Admin page that has the same functionality as "Security" tab in 'ASP.NET configuration tool'? Pin
Slow Learner17-Apr-06 10:24
Slow Learner17-Apr-06 10:24 
AnswerRe: How do create an Admin page that has the same functionality as "Security" tab in 'ASP.NET configuration tool'? Pin
Mike Ellison17-Apr-06 14:01
Mike Ellison17-Apr-06 14:01 
QuestionASP.NET Application Deployment Pin
pgoutia17-Apr-06 6:24
pgoutia17-Apr-06 6:24 
AnswerRe: ASP.NET Application Deployment Pin
Jon Sagara17-Apr-06 6:27
Jon Sagara17-Apr-06 6:27 
GeneralRe: ASP.NET Application Deployment Pin
pgoutia17-Apr-06 6:35
pgoutia17-Apr-06 6:35 
GeneralRe: ASP.NET Application Deployment Pin
Braulio Dez17-Apr-06 7:22
Braulio Dez17-Apr-06 7:22 
Questionlearning Crystal Report Pin
ptvce17-Apr-06 5:51
ptvce17-Apr-06 5:51 
AnswerRe: learning Crystal Report Pin
Mike Ellison17-Apr-06 6:22
Mike Ellison17-Apr-06 6:22 
Questionvs2005 page events for c# Pin
the pink jedi17-Apr-06 5:43
the pink jedi17-Apr-06 5:43 
AnswerRe: vs2005 page events for c# Pin
ToddHileHoffer17-Apr-06 5:57
ToddHileHoffer17-Apr-06 5:57 
AnswerRe: vs2005 page events for c# Pin
minhpc_bk17-Apr-06 16:39
minhpc_bk17-Apr-06 16:39 
QuestionProblem with Response.Write and Theme Pin
MightyJoe17-Apr-06 5:32
MightyJoe17-Apr-06 5:32 
AnswerRe: Problem with Response.Write and Theme Pin
Guffa17-Apr-06 6:10
Guffa17-Apr-06 6:10 
GeneralRe: Problem with Response.Write and Theme Pin
MightyJoe17-Apr-06 8:47
MightyJoe17-Apr-06 8:47 
QuestionGetResponse problem (very weird) Pin
ZiggY8117-Apr-06 5:17
ZiggY8117-Apr-06 5:17 

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.