No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi i have worked on this "Extend session using javascript in c#"... you can have a look on my article.. [URL="http://www.ravinderweb.com/page/Extend-session-using-javascript-in-c.aspx"]http://www.ravinderweb.com/page/Extend-session-using-javascript-in-c.aspx[/URL] Hope it will help you all..
Hi ebyong77 In sql server 2005 you can use this query to get rownumber [code=sql]SELECT emp_name, ROW_NUMBER() OVER (ORDER BY emp_id) AS 'ROWCOUNT' FROM yourtable name[/code] Row_number retrurn the serial number of records.
HI You can read this article for your problem. Here i have written how to work with div and flash movie. You can get idea how to overlap the flash movie with div. You can place your text box in div and make it overlap on flash. [URL="http://ravinderweb.com/page/Working-with-Div-and-Flash-Movie.aspx"]http://ravinderweb.com/page/Working-with-Div-and-Flash-Movie.aspx [/URL]
Hi You can use random function of javascript to generate a random number and use that in query string.
The End.
ravinder007