Forum: ASP.NET Aug 31st, 2007 |
| Replies: 6 Views: 25,507 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... |
Forum: ASP.NET Aug 29th, 2007 |
| Replies: 7 Views: 4,502 i am using MS SQL server 2005 |
Forum: ASP.NET Aug 28th, 2007 |
| Replies: 7 Views: 4,502 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... |
Forum: ASP.NET Aug 2nd, 2007 |
| Replies: 1 Views: 2,399 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... |
Forum: XML, XSLT and XPATH May 29th, 2007 |
| Replies: 0 Views: 1,526 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 ... |
Forum: XML, XSLT and XPATH May 28th, 2007 |
| Replies: 0 Views: 2,345 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: 1,325 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:... |
Forum: ASP.NET May 24th, 2007 |
| Replies: 1 Views: 2,852 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: 3,126 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);... |
Forum: ASP.NET May 10th, 2007 |
| Replies: 0 Views: 753 i have a webpage where i have used master page and inherited code behind file of the webpage
when i use the code in codebehind file to databind the dropdownlist to database values i get the... |
Forum: ASP.NET May 8th, 2007 |
| Replies: 0 Views: 1,874 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... |
Forum: RSS, Web Services and SOAP Apr 26th, 2007 |
| Replies: 1 Views: 4,006 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... |