1
Answer

How to use Sql Notification ? Please give me an example.

Ravi Shekhar

Ravi Shekhar

11y
1.1k
1
I have Gridview with some data in Windows Application . I want to get updated data and a notification every minute, If there is any updation perform in database.
I want to perform above task using SQL NOTIFICATION


Thanks in advance
Answers (1)
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 .