12,085 Topics

Member Avatar for
Member Avatar for jbennet

Ok im getting into ASP.NET 2 and SQL and i was wondering if there are any free forum starter kits/templates out there?

0
64
Member Avatar for khusani

Hey, if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code.

Member Avatar for hollystyles
0
83
Member Avatar for Raju5725

HI, I am new to web development as well as ASP.Net....I am trying to design and a develope a web UI....in which I need to transfer file at the client location itself....I mean the provided filename along with the path I need to move that file from one location to …

Member Avatar for Exelio
0
84
Member Avatar for sridhar_msd

can we create dynamic reports in asp.net? the specification is as follows: we should be able to list all tthe columns from a table and the user dynamically select the columns for generating the report. plz help me thanks in advance sridhar

Member Avatar for sridhar_msd
0
74
Member Avatar for web_developer

guys have anyone ever work with ajax with asp.net. if anyone have any information regarding this subject, may he share it with all? thanks in advance sam

Member Avatar for fahiem
0
118
Member Avatar for Raju5725

HI, I am new to web development as well as ASP.Net....I am trying to design and a develope a web UI....in which I have two HTML <a href tags> If I click one of the item I should get one ASPX page and if I click another tag it should …

Member Avatar for hollystyles
0
87
Member Avatar for intellon

hi can u plz tell me how to maksing in asp.net i tried a lot of codes but no use plz helpo me out

0
71
Member Avatar for aniravla

I don't know if it is acceptable here, i am newbie and trying to learn asp.net, I want to know how to do this tree view of informaton (see attachment to see what I mean. A simple code/ explanation will be appreciated. Thanks.

0
55
Member Avatar for johnroach1985

Hello to all.I have this project and I must say I am quite stumped with this ASP.Net ( I just can't feel the freedom when I was using JSP:-| ) Anyways the problem is this: After connecting to the database and verifying that the given password and username was correct …

Member Avatar for johnroach1985
0
261
Member Avatar for pac0cxd

Hi, Can anybody send me a tutorial on how to handle a dynamic dropdownlist in vb asp.net. What I want is to have 2 dropdownlist. In my first dropdownlist, I have the list of departments. Then in my second dropdown list, I have the list of the members of each …

Member Avatar for Raju5725
0
114
Member Avatar for Raju5725

HI, I am new to web development as well as ASP.Net....I am trying to design and a develope a web UI....in which I have two frames....in one one of the frames I am placing my menu items (presently a href tags)....when I click on any of the menu item the …

0
62
Member Avatar for rhnewfie

I am having a wierd problem in that i can run my website from VS2005 and it hits the db for my articles list and gets them all back successfully. Although if I build my site and run it from the local host I can see the DB get hit …

0
54
Member Avatar for ChadW

Hi all. Hoping someone could help me out here. I recently started toying around with ASP.NET web development and had downloaded a small business website starter pack from the MSDN site. I've gone through and made many modifications to the pages (only as they relate to the content of the …

Member Avatar for ChadW
0
83
Member Avatar for aamirbabar

Hi: Hello everyone. Can any one tell me how to change the location of _viewstate(hidden form field) in asp.net page from its default location( its usually the first control rendered in the form when u view the source of the page). This is for SEO(search engine optimisation) perpposes. I want …

0
53
Member Avatar for khusani

hey all, i have an ASP.NET application which was developed under VS2003. the application has a project for webservices, now i'm trying to convert it to VS2005 using the migration guide (you can find it in [URL]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/webprojectsvs05.asp[/URL]). anyways, after converting, i build the application to check the build errors, and …

0
69
Member Avatar for apontutul

hi.....when i try to view the page [code] http://localhost i've also tried 127.0.0.1[/code] i get this error msg: both with IE & mozilla firefox. [B]The page cannot be displayed[/B] [COLOR=#000000]There is a problem with the page you are trying to reach and it cannot be displayed.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR][COLOR=#000000]Please …

Member Avatar for Exelio
0
135
Member Avatar for blacklocist

Hi All, Well it's now 8:49 and have been at work for twelve hours and it starting to show. While I was going to copy a website to my webserver for some reason I though hey why not click the checkbox "Connect using Secure Sockets Layer". I then hit open …

Member Avatar for blacklocist
0
64
Member Avatar for raheleh

[COLOR=#000000]Hi I set printmode property in crystalreportviewer to activex and I want to send reports that I designed them in crystalreport, directly to printer in local machine. I downloaded printcontrol.cab and wrote webconfig code from MSDN but when I uploaded the files on server the reports have not sent to …

0
57
Member Avatar for mike7510uk

display a database column in listbox, that when an item is clicked it will display into a label another database column, for example...in my listbox i have it databound to display the TITLE column of database. when a TITLE is clicked i want its corresponding SOLUTION displayed into the label...any …

0
70
Member Avatar for web_developer

Hey All guys i need your help in a new problem regarding crystal reports. Its not missing dlls or export. well when i click on a web page to see my report its opens and the data are there but the problem is i am seeing 3[B] same reports and …

0
51
Member Avatar for ad5qa

Hello all, I need a good .NET book that doesn't cost too much but has a base for beginner and advanced programimg. I want to know about the framework to sample code. I am familiar with C and C++:eek:. So I think I will need to refresh my VB or …

0
59
Member Avatar for sravankolla

Hi all, I am working with a project which includes Crystal Reports in Vb.Net and SQL Server2000 as Back end. The code in button click is [code] str5 = "D:\AttendanceReport.rpt" If Not IO.File.Exists(str5) Then Throw (New Exception("Unable to locate report file:" & vbCrLf & str5)) End If str6 = "SELECT …

Member Avatar for deepthi0910
0
128
Member Avatar for web_developer

hey guys i have web project and crystal is part in it. all is working fine, my project is finsihed and the crystal are working good in my pc. when i take a copy of my project and past it in another pc, it worked fine but the crystal didnt …

Member Avatar for web_developer
0
67
Member Avatar for Dhruv Shah

Hello Everybody there, I am developing a site in which I require that once a user login in the site then and then only user is able to click on the aviable links to other pages. If user has not logged on and tries to click on the links, then …

Member Avatar for web_developer
0
56
Member Avatar for khusani

Hey all, I'm developing a Reports module for an application. anyway, i'm dynamically generating tables and adding them inside an existing DIV which has the following style : [html]<DIV id="forPrint" class="hide" style="PADDING-RIGHT:0px;PADDING-LEFT:0px;LEFT:0px;PADDING-BOTTOM:0px;WIDTH:100%;PADDING-TOP:0px;POSITION;absolute;TOP:0px;HEIGHT:100%" runat=server> </DIV>[/html] when creating each row inside a loop and add it to the table i check that …

Member Avatar for khusani
0
154
Member Avatar for Exelio

Hi, Can someone tell me how to put one page in frame from event in another frame. There is a frameset on the page with 2 frames (top bottom) I have a paging done in top frame and when i click on that link some aspx page should be displayed …

0
66
Member Avatar for Naters_uk

Hi people, I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my …

Member Avatar for campkev
0
719
Member Avatar for pac0cxd

Hi, Just want to ask a little tutorial on how I will goin to verify the email address of a user indicated in my registration form. Let say if he/she put an email address then once submitted, a verification email will sent to the email address she/he inputted. Registration will …

0
79
Member Avatar for Exelio

hi, I am creating a rss feed for a blog site. I am able to create the rss(XML file). I would want to implement paging in the xml file created. say i would like to display only 5 items per page in the rss feed(XML file) instead of the entire …

0
57
Member Avatar for Exelio

hi guys, I am creating a blog site.I need to create a rss feed for the same. I am able to create a rss feed it.but i would like to know how to read the rss file in asp.net. Thanks and regards Exelio

0
68

The End.