0
votes
2answers
134 views
how to find linkbutton in a formview in order to write code for changing mode?
Hi...
I have a web form which contains a formview(fv).
how can I find a linkbutton within it (lnkbtnEdit) in order to write code for changing mode?
thank you
…
0
votes
0answers
80 views
FormView doesn’t return to ReadOnly mode and it doesn’t update my record…
hi
How can I update a FormView which has been bound to a Dataview?
…
0
votes
1answer
119 views
If we set a textbox’s text property by code in runtime, does Textchanged event handler fire?
hi
In a .aspx web page, by setting a textbox's text property by code in run time, will Textchanged event handler of that textbox be fired?
…
2
votes
3answers
114 views
Asp.Net and gridview, the most important control and also the most difficult one. Any TIPS and TRICKS?
hi all
I am new to asp.net. So need some practical tips and tricks for using GridView.
…
1
vote
5answers
78 views
Which one is better when we want to redirect to a new page in asp.net : using a link button and then Response.Redirect OR using an html <a> link?
hi
Which one is better when we want to redirect to a new page in asp.net : using a link button and then Response.Redirect OR using an html link?
…
1
vote
1answer
270 views
Autopostback=True for a Textbox and RequiredFieldValidator next to it. But when submitting form after Posting back by TextChanged event to the Textbox, RequiredFieldValidator doesn’t work!?
Hi
In my .aspx form I have a textbox (Textbox1) with Autopostback=True.
I also set a RequiredFieldValidator (RequiredFieldValidator1) next to it. But when Posting back by TextChanged event of Text …
1
vote
2answers
125 views
Redirecting to a new page in Asp.Net with several thechniques - what will happen to the thread you were running it in the prev. page?
Hi
I know there is several ways to change the current page in ASP.Net.
So, by Redirecting to a new page, what will happen to the thread we were running it in the prev. page?
…
0
votes
1answer
24 views
writing a function which creates a string (javascript) and then add it to a button as its attribute?
hi
I have a Button in my .aspx web form and use c# 3.0
I want to add a javascript function to its attribute as its "onclick" event handler.
the function has 1 parameter in order to check whether on …
-1
votes
2answers
71 views
Having a List<T>, How to get Other Fields from DB?
Hi
I have a method named "GetOrders". This method reads an XML file and gathers OrderNumber of all orders related to a specific user. The method returns a list.
Now I wanna to know, having …
0
votes
0answers
19 views
Asp.Net 3.5: Clicking at smart tag of a GridView, some times I see Add Extender sometimes no . Why?
Hi all
Asp.Net 3.5: Clicking on smart tag of a GridView, some times I see Add Extender sometimes no . Why?
…
0
votes
1answer
352 views
Problem: textbox does not fire its TextChanged event after typing some text?
I have a we form (.aspx) that has several controls such as dropdownlist, textbox(textbox1), ...
The dropdownlist's autopostback is true and when I change the selected index of it, based on …
1
vote
4answers
65 views
ASP.NET : how to do just Server-side validation ?
what are the ways to do server-side validation in an asp.net web form? Using custom validator
and it's serverValidate event? or what else?
…
0
votes
1answer
50 views
asp.net validation: how to compare values of 2 controls on the form and using some functions like substring,…
Hi
I have to compare 2 values which are the text property of 2 textbox controls on my .aspx form.
Using Compare validator does not enough for, I have to use some functions like substring. …
0
votes
2answers
109 views
customvalidator servervalidate parameters description
Hi
The ServerValidate event of CustomValidator has 2 parameters: source and args.
What each of them point out to? Any description of them please.
Thank you
…
0
votes
how to find linkbutton in a formview in order to write code for changing mode?
Cerebus,
Thanks for your reply....
but it seems that I can not select the lnkbtnEdit within the fv. If I could, then simply selected it in design view, and in event section of property window, I c …
