Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for Shruthi_R

Hey ..... Use <sessionState timeout="10000"/> tag for session timeout Property important : Remeber 10000 in seconds.... Use Session_End Event which is available in Global.asax file.....

Member Avatar for prashantprof
0
563
Member Avatar for rmaheshmsc

Hi Guys I used Crystal Reports in my projects.It shows "Load Report Failed" oftenly...If it occurs i just do restart the IIS service then it will work fine ....i do it regulary but i need permenant solution any have an knowledge or exp regarding this issue...... Thanx in Adv....

Member Avatar for poonams
0
83
Member Avatar for thirunavukaras

Hi Thiru.... Which version r u used in u r Proj? I think u r using VS 2003 ..... Here U add only Parent Node .. U Should mention child Nodes.... If u add child node then u will get collapse/Expand (+) Symbol automatically.......

Member Avatar for rmaheshmsc
0
103
Member Avatar for stevendmar
Member Avatar for coolshail_87

Hi coolshail... Try out with this Response.Clear() Response.AddHeader("content-disposition", "attachment;filename=Text1.txt") Response.AppendHeader("Content-disposition", "attachment; filename=Text1.txt") Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.NoCache) It working fine.....

Member Avatar for coolshail_87
0
118
Member Avatar for daniweb_jeet

var Val = document.getElementById('ListBox1').value; Used For getting value form listboz on clienside We Can also control the validation on clientside itself ... but i know u r requirement(example) clearly..

Member Avatar for daniweb_jeet
0
111
Member Avatar for vinaii

Place the following script in .ascx (which one is common in all the forms in projects) or use this code in seprate page........ <script language="javascript" type="text/javascript"> history.forward() </script>

Member Avatar for zmariow
0
88

The End.