12,085 Topics

Member Avatar for
Member Avatar for rinkuchoudhury

hi I am working in asp.net,vb.net I have to copy all files from 1 folder to another folder through coding using system.io the files in the new folder should remain with the same name how to do this.

Member Avatar for ajit2mail
0
357
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i have to create a calendar control that displays 3 drop down lists for day month and year resply. But i am not able to do it since i dont know client side programming for asp.net any help or suggestion is …

0
60
Member Avatar for Ninad16
Member Avatar for arunasingh
Member Avatar for morag

Ive done an asp site - it all works perfectly on my local machine and also when i upload it to a test area in one of my other sites ive done (hosted by fasthosts) but when i upload it to the clients test area it doesnt work - it …

Member Avatar for binoj_daniel
0
176
Member Avatar for digits

I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show …

Member Avatar for jbennet
0
80
Member Avatar for daz69

I'm new to ASP.net and struggling with what should be an easy thing. I have three bound thumbnail images in a template field. I need to display a larger version of the image when the user clicks a thumbnail. I'm used to Dreamweaver and this is a 2 second job. …

0
45
Member Avatar for btech_Saurabh

Hi..... I am binding a Repeater control with List<int> at OnLoad event [code]protected override void OnLoad(EventArgs e) { if(!Page.IsPostBack) { List<int> datasource =Get(); if(datasource!=null) { rpt.DataSource=datasource; rpt.DataBind(); } } base.OnLoad(e); }[/code] it works fine.....my Repeater bind successfully......i have a button at each Repeater Item....When i click on that button my …

0
120
Member Avatar for john8098

Most of the asp.net shared web hosting didn't support msdtc ( Microsoft Distributed Transaction Coordinator ) , when using Thebeerhouse starter kit , you would encounter error when click submit now ( go paypal section ) & in admin list of user and order also result in error. because this …

Member Avatar for blickberry
0
231
Member Avatar for squarkman

Happy Hoildays! Does anyone know of an Integreated Development Environment for creating ASPX files AND being able to see the results in a WYSIWYG window? I've tried Visual Basic, Visual Studio etc but it can open the source but never seems to be able to show the resultant developed HTML …

Member Avatar for serkan sendur
0
106
Member Avatar for na_atheeq

Hi, Before migration: Existing application (running on .Net 1.1) is using custom control developed by inheriting TreeView control of Microsoft.Web.UI.WebControls and displays data (country & its city’s) in heirarchical format. After migrating existing application: the same custom control is not displaying data in hierarchical format, only country node is being …

0
94
Member Avatar for neetigulati

Is there any limitation for number of Asynchronous threads that we can create using ASP.net with configuration: IIS6.0, win 2003 server, net2.0, webservice, app pools.

Member Avatar for neetigulati
0
60
Member Avatar for sajithkahawatta

we are developing a web site which must support multi languages. so we use .resx files. the user must be able to edit the content of the resource file after the deployment. we could not be able to put .resx files in to App_GlobalResources, the .resx files are compiled to …

0
62
Member Avatar for skumar.snl

At run time I am getting error requested database does not exist in configuration see at Line 19 string con = System.Web.Configuration.WebConfigurationManager.ConnectionStrings["cn"].ConnectionString; [code]Line 19: Database db = DatabaseFactory.CreateDatabase(con); Line 20: string sqlcmd = "select * from Movies where MovieID<500"; Line 21: DbCommand dbcommand = db.GetSqlStringCommand(sqlcmd);[/code] In my webconfig i have …

Member Avatar for vasioky
0
105
Member Avatar for Ninad16

I am a beginner.Please help me out... What is IIS?How do we run and install IIS?Why is IIS required?

Member Avatar for peter_budo
0
59
Member Avatar for preethi_ga

Hi Everyone, Im using ASP.NET and SQL Server. I have Insert , delete data working well. but if i update a particular record it just all the records are updated with the same value. for example if i have 3 records with 3 different values, if i display the second …

Member Avatar for binoj_daniel
0
144
Member Avatar for -mk-

Hi, I want to create a web application that have messaging feature, thus the message inbox will be similar to typical email inbox where you can tick the checkboxes to select which email to be deleted or moved. Just like the below picture : [url]http://img209.imageshack.us/img209/7720/chkboxrj0.jpg[/url] How do i create the …

Member Avatar for binoj_daniel
0
479
Member Avatar for arunasingh

sir I want to know how to make any checkbox value to be checked in the form load event using vb.net

Member Avatar for Aneesh_Argent
0
68
Member Avatar for arunasingh

Hello Sir I have a problem in uploading a file in server ,so can u tell me how to upload any file in server.Suppose if i want to upload any resume in my asp page then tell me how to do this

Member Avatar for Aneesh_Argent
0
64
Member Avatar for Renukavani

hi all, i search in google, i didt get any solu.so raised ? here.if anybody know plz let me know thnks

Member Avatar for Aneesh_Argent
0
145
Member Avatar for arunasingh

Sir I am a developer so i want to know how to upload any file in server using asp.net .please do me a favour for this.

Member Avatar for Aneesh_Argent
0
76
Member Avatar for arunasingh

sir I am a developer and i have one problem when i am taking out a print of any report then print report window minimises and i have given the back button on that form due to this that back button query does not fire. so can u sort out …

0
56
Member Avatar for Exelio

Hi, I have created a HTML template for sending emails to the clients. I read the values from the database and fills them in the template. Now i want to read the contents of this HTML template. Can anybody suggest me how to do this? Thanks in advance Regards Exelio

Member Avatar for binoj_daniel
0
156
Member Avatar for mcgarry101

Hi, just a quick question from a newbie! I have recently inherited an asp.net website from an ex-colleague and I have a question regarding db connections. I am using vb.net for code behind with an oracle 9 database. The site at the moment, sets up a database connection GDBConn in …

Member Avatar for binoj_daniel
0
126
Member Avatar for paslanmaz

I've installed with my tomcat, connected to sql with jsp and did the same thing with asp.net I've checked the speed with for loops as seconds but I've posted to be sure, thanks.

Member Avatar for binoj_daniel
0
133
Member Avatar for knowledgelover

Hi there, I am developing a page (using a button) to upload a file from a server , and I need the file instead of being viewed on the page it self, to be showed as a link only and this link is saved in a data base , then …

Member Avatar for binoj_daniel
0
85
Member Avatar for preethi_ga

Can anyone tell me how to Insert,Delete,edit,update records in a DataGrid in ASP.NET? if u give the coding in VB , i can understand properly.

Member Avatar for binoj_daniel
0
146
Member Avatar for rajkishore

hi friends, i am novice programmer of .net technology(asp.net and c#), i want to learn Ajax , can any body please advice me which book is best to learn Ajax, the book should cover most of the topic of Ajax, from basic to advance topics, please help

0
44
Member Avatar for rakeshpatil1234

i have a textbox,button and datagrid i want to add textbox value in grid on button click(with out database) and finaly store this grid data in database(mySql) i want to add multiple value from textbox to grid? plz help

Member Avatar for diananizam
0
72
Member Avatar for paslanmaz

you can view the error in the following image, please help [TEX]http://www.paslanmazbul.net/hata1.jpg[/TEX]

Member Avatar for paslanmaz
0
71

The End.