Forum: ASP.NET Aug 31st, 2007 |
| Replies: 6 Views: 5,570 how to set session timeout hi am developing a online test application
i need to fix up a time for the test and redirect to result page as soon as the test is over
how can i do this
i think we need to set up a session timeout... |
Forum: ASP.NET Aug 29th, 2007 |
| Replies: 7 Views: 2,258 |
Forum: ASP.NET Aug 28th, 2007 |
| Replies: 7 Views: 2,258 how to develop online test can anyone give an idea like how to develop an online quiz
how can i enter questions
how to match entered answers with the ight answer
and get the result
just give me an idea
plz help me on this... |
Forum: ASP.NET Aug 2nd, 2007 |
| Replies: 1 Views: 1,247 export crystal report to disk hi am new to crystal reporting
i want to export the crystal report and send it in mail attachment
my crystal report has four pages ie four detail section
now i want to export this report to disk
i... |
Forum: XML, XSLT and XPATH May 29th, 2007 |
| Replies: 0 Views: 1,099 XML feeds this is one feed
- <category name="Television" timeGenerated="2007-05-28T23:21:13" >
- <event name="Channel1" eventid="573512.20" date="20090701" time="1000" meeting="" >
- <televisiontype name="... |
Forum: XML, XSLT and XPATH May 28th, 2007 |
| Replies: 0 Views: 1,364 how to read multiple xml feeds hi
i am developing a web application where i have to read multiple XML feeds amd store their values to database
but i require the same type of fields from multiple XML feeds like
for example
i... |
Forum: ASP.NET May 25th, 2007 |
| Replies: 1 Views: 826 how to autogenerate date i am using a gridviw to display values from database
and using formview to insert values to gridview
i have the following fields in formview during insert mode like
Name :
StartDate:
EndDate:
now... |
Forum: ASP.NET May 24th, 2007 |
| Replies: 1 Views: 1,350 How to set the path for directory hi am developing an application to upload images to gridview which i have completed ,now i need to create directories and subdirectories to upload the images according to their type i have written a... |
Forum: C# May 10th, 2007 |
| Replies: 1 Views: 1,364 System.NullReference Exception i have written the following code to call a method in a class like
in the aspx.cs page
List<string> surls = new List<string>();
Cweb.GetMainUrls(document,ref surls);
Response.Write(surls);
in... |
Forum: ASP.NET May 10th, 2007 |
| Replies: 0 Views: 502 |
Forum: ASP.NET May 8th, 2007 |
| Replies: 0 Views: 1,023 Xml data to treeview web control i have an XML in the format below
i need to load them to treeview as it is with all the node and attribute name and
values.
can anyone help me with any coding example on how to do this
if i use the... |
Forum: RSS, Web Services and SOAP Apr 26th, 2007 |
| Replies: 1 Views: 2,483 XML data to database I have a XML file in the format below
i need tp parse them and retrieve values from them and store it in database
can anyone give an idea abt how to start the application
is the system.xml namespace... |