User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 402,570 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,323 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 9 of 9
Search took 0.01 seconds.
Posts Made By: rmaheshmsc
Forum: ASP.NET Sep 18th, 2007
Replies: 1
Views: 1,452
Posted By rmaheshmsc
Re: Problem with Treeview control......

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...
Forum: ASP.NET Sep 13th, 2007
Replies: 6
Views: 6,080
Posted By rmaheshmsc
Re: how to set session timeout

Hey use this meta tag after the title tag in your
.aspx page

<meta http-equiv = "Refresh" content = "5" />

It will refresh automatically after some seconds that u mentioned in content property of...
Forum: ASP.NET Sep 13th, 2007
Replies: 1
Views: 1,463
Posted By rmaheshmsc
Help Load Report Failed

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...
Forum: ASP.NET Sep 11th, 2007
Replies: 6
Views: 6,080
Posted By rmaheshmsc
Re: how to set session timeout

hey use the following code in the web.config file in u r application

<session timeount="10000" />
Where 10000 in minutes......
Forum: ASP.NET Sep 11th, 2007
Replies: 2
Views: 941
Posted By rmaheshmsc
Re: find listbox from client side

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)...
Forum: ASP.NET Sep 11th, 2007
Replies: 3
Views: 367
Posted By rmaheshmsc
Re: need help inputing criteria into template

Hey Stevendmar...
Can u explain some brief abt the prob...
Forum: ASP.NET Sep 11th, 2007
Replies: 4
Views: 421
Posted By rmaheshmsc
Re: downloading text through asp.net

Hi coolshail...
Try out with this

Response.Clear()
Response.AddHeader("content-disposition", "attachment;filename=Text1.txt")
Response.AppendHeader("Content-disposition", "attachment;...
Forum: ASP.NET Sep 11th, 2007
Replies: 6
Views: 6,080
Posted By rmaheshmsc
Re: how to set session timeout

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.....
Forum: ASP.NET Sep 11th, 2007
Replies: 3
Views: 868
Posted By rmaheshmsc
Re: how can we prevent a page from moving to back page?

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"...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 10:18 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC