Click here to Skip to main content
15,896,540 members

Comments by PatilAnil (Top 4 by date)

PatilAnil 3-Sep-15 2:26am View    
after calling javascript function clearcontrols() when i set values to textbox on that form by server side
ie.

btnAdd_click()
{
clearcontrols();//----Javascript Method called using registerstartupscript
TxtID.Text=GetNextID();//----server side method to get next id(max +1) // I have set "New" in my example
TxtDate.Text= "03-Sept-2015";//Simply assinged some text
}

i m not able to see the result of last two line why ? If i comment first line then it works properly but i also need to clear controls only by javascript.
PatilAnil 3-Sep-15 1:10am View    
yes exactly
PatilAnil 3-Sep-15 1:09am View    
Deleted
yes exactly by
PatilAnil 24-Dec-12 6:40am View    
Thanks for reply
.dhw file is nothing but the digital page of "i ball digital notepad" , i want it to convert in a .jpeg or .bmp file. .NET doesn't support it's dll's, therefore i m unable to use it in my project.Any clue or suggestion about how could i solve this problem will be helpful.

Thanks in advance