Ajax Control
-
How to change AJAX control values dynamically in asp.net2.0
-
How to change AJAX control values dynamically in asp.net2.0
rjayaabharathi@gmail.com wrote:
AJAX control
For which AJAX control are you talking about?
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.
-
rjayaabharathi@gmail.com wrote:
AJAX control
For which AJAX control are you talking about?
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.
Within Update PRogress control ,i'm having one label.... now i want to change label width....
-
Within Update PRogress control ,i'm having one label.... now i want to change label width....
So, what's the issue ?
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
So, what's the issue ?
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
if i'm changing that label values dynamically,showing error as label1 is not declared
-
if i'm changing that label values dynamically,showing error as label1 is not declared
rjayaabharathi@gmail.com wrote:
f i'm changing that label values dynamically,showing error as label1 is not declared
So as per the error says, you didn't define the Label
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
rjayaabharathi@gmail.com wrote:
f i'm changing that label values dynamically,showing error as label1 is not declared
So as per the error says, you didn't define the Label
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
if u r placing label inside update progress ,it will show that error