No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
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 class to read all directories like public Classname[] Getdirectories(string name) { string basepath=System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPAth +"images"+"/"+name; string[] files=Directory.GetDirectories(basepath); … | |
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 property can anyone clearly explain me … | |
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 regard Regards shruthi | |
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 used the following code but i couldnt find the pdf file … | |
[COLOR=#0000ff] [/COLOR] 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 is enough to accomplish my task or i need … | |
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=" Outright" inrunning="0"> <TV name="Videocon" id="16007131.20" price="$222" /> <TV name="Philips" id="16007132.20" price="$322" /> <TV name="Western" id="16007133.20" price="$121" /> </televisiontype> </event> </category> this is another XML feed <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE abcd … | |
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 would require fields 1.username 2.location 3.subject. etc... all the feeds have these values … | |
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 when i enter the startdate the Enddate should automatically add 7 days to startdate and get … | |
[COLOR=#0000ff][COLOR=darkblue]i have written the following code to call a method in a class like[/COLOR] [COLOR=#0000ff]in the aspx.cs page[/COLOR] [COLOR=#0000ff]List<string> surls = new List<string>();[/COLOR] [COLOR=#0000ff]Cweb.GetMainUrls(document,ref surls);[/COLOR] [COLOR=#0000ff]Response.Write(surls);[/COLOR] [COLOR=#0000ff]in the Cweb Class page the coding is like[/COLOR] [COLOR=#0000ff]public static void GetMainUrls(Htmldocument doc,ref List<string> urls)[/COLOR] [COLOR=#0000ff]{[/COLOR] [COLOR=#0000ff]//Some functionalities[/COLOR] [COLOR=#0000ff]}[/COLOR] [COLOR=#0000ff]i get the following … | |
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 following error The name "DropdownlistCategory" does not exist in the given context i tried … | |
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 xmldatasource ,only the node name is … |
The End.