Click here to Skip to main content
15,899,679 members

Comments by aamir07 (Top 22 by date)

aamir07 27-Jul-12 1:48am View    
sandeep,
i have solved the questions by myself....and i raise questions for to know new things here and to take the given post suggestions and try out....and for ur info i do mark answers once they fullfill my answers...u might not be seeing them
aamir07 26-Jul-12 3:28am View    
my question is explained in the below example:
deimal Point="3". User will enter value like="123456"
but the orignal value in the Textbox should accept is="123.456"
because the decimal point property has value as 3, and after taking 1st 3 values(123) decimal point should be taken and the rest 3 values(456)(123.456).....the decimal values is not fixed.
hope i am clear in my explanation this time
aamir07 26-Jul-12 1:04am View    
the issue is i am unable to get the values on aspx page.
example: i had declare a property for textbox MaxLength
public int MaxLength
{
get
{
return this.length;
}
set
{
this.length = value;
}
}

when i set the textbox Maxlentgh property as 10 in .aspx page, it doesn't work it take more values than 10
aamir07 25-Jul-12 7:57am View    
i have done this on .aspx page but never in .ascx
aamir07 25-Jul-12 7:27am View    
the post u have given is not relevant to my requirement.