Click here to Skip to main content
15,911,890 members

Comments by idhris2011 (Top 37 by date)

idhris2011 3-Apr-20 3:31am View    
all they want is to use SVN server. They don't want to use GIT for some reasons. THey have installed Tortoise SVN server. we need to create a repo and push my app from git repo to SVN repo.
idhris2011 18-Nov-14 6:27am View    
Thanks Manas. That works
idhris2011 28-May-14 1:42am View    
In my page load, am binding the dropdownlist and after that I am using querystring to select the values from the dropdown.

ListItem lixx = DD.Items.FindByValue("Area");
if (lixx != null)
DD.Items.FindByValue("Area").Selected = true;
idhris2011 27-May-14 7:39am View    
t works same even setting EnableViewState = True, if False then I am losing the values in dropdown
idhris2011 27-May-14 7:38am View    
It works same even setting EnableViewState = True, if False then I am losing the values in dropdown