3
Answers

how to get project folder path ?

Memento

Memento

12y
1.9k
1
Very often i move my project from my home to job comp.
Every time i must adjust mu path string variables (to load files), although my project folder is allways the same.
Is there a way to tell something like:
string path = myProjectFolderPath.ToString(); ?
Answers (3)
0
Kunal Vaishya

Kunal Vaishya

NA 4.1k 265.7k 12y

Dear Please Set IsPostBack Property true of DropDown Control it will work
0
Alok Uniyal

Alok Uniyal

NA 550 15.7k 12y
But i want to bind table on selected index change event of Drop-down. i don't know why it is not working. I know it will work on page load event.
0
Kunal Vaishya

Kunal Vaishya

NA 4.1k 265.7k 12y


Put this Code on Page Load Event
0
Alok Uniyal

Alok Uniyal

NA 550 15.7k 12y
Sir how to add Event handler on submit button?
0
Kunal Vaishya

Kunal Vaishya

NA 4.1k 265.7k 12y

Dear yes this good you can implement this .