13,153 Topics

Member Avatar for
Member Avatar for faranak

i upload my website to my hosting but i got this erorr when i try to view pages , [code] Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error …

0
95
Member Avatar for greeny_1984

hi everyone, In my project i want to send email alerts daily to a student until he pays the semister feez ie upto a particular date.Does any one know how to send emails daily using msaccess and asp.net 1.1.The problem is we are using msaccess ,i know how to do …

0
59
Member Avatar for tito_mbo

I have a problem with the Microsoft Visual Web Development 2008 , always appears a message that have a problem with the system.web.extensions . Thanks!

Member Avatar for adamm84
0
84
Member Avatar for m_saahil

Hi all I need urgent help to complete my project I am unable to update my sql database.I have to update the database using textbox value as primary key and the other tools are textbox,dropdownlist and calender which i have used I am doin project on ASP.NET using vb.net so …

Member Avatar for adamm84
0
122
Member Avatar for hanusoft

Here we are uploading images in File System and storing path in the database. Code (ImageUpload.aspx.cs) :- private void Button1_Click(object sender, System.EventArgs e) { // Here I am uploading images in Images folder of C drive. int intResult=0; string strPath = @"c:\Images\"+Path.GetFileName(File1.PostedFile.FileName); SqlConnection con = new SqlConnection("server=.;uid=sa;database=pubs;pwd="); SqlCommand com = …

0
67
Member Avatar for hanusoft

This is an example of Server.Transfer and Context Handler. Through this we can get the multiple values of previous form. http://www.hanusoftware.com In this page we are displaying data from previous form. We can use this technique for multiple form registration form. Code (ContextParent.aspx.cs): - private void Button1_Click(object sender,System.EventArgs e) { …

0
60
Member Avatar for Kusno

Dear all .Netters, How do i create and write a text file that saved in network folder ? The folder path is saved in table "K:\GA_PAYMENT\OPE". When running from VS2005, it could work well. But after i copied sources code to the server, ASP.Net could not find the folder name. …

0
70
Member Avatar for SLG29

I wonder if anyone can help with this problem I have I'm trying to create a shopping cart with session variables, there are 5 buttons on the form and by clicking 1 of these displays the relevant product and price in session variables in textboxes on the next form, the …

Member Avatar for ptaylor965
0
81
Member Avatar for culebrin

Hi hi! Just that, I want to hide a asp:button when a asp:dataview is empty and show it when it has records... Any Ideas? Omar

Member Avatar for ptaylor965
0
171
Member Avatar for culebrin

Hi again, I was wondering, how can I comment an asp tag, in HTML is <!-- -->, on ASP VB Code is ', but an ASP.NET tag like <asp:TextBox1 ></asp:Textbox1> how can I comment it?? I've tried with both HTML and ASP, but no luck. Is there a way to …

Member Avatar for ptaylor965
0
175
Member Avatar for hamjad

Hi Guys, I am developing asp.net web application using vb.net ,I was wondering If there is a way to get the connection string value actually stored in web.xml file to be used in the vb.net code. Any comment will be helpful Thanks

Member Avatar for ptaylor965
0
72
Member Avatar for culebrin

Hi Friends, I'm having a kind of anoying problem, I have a ObjectDataSource with a Select with parameters, one of them receives its value from a DropDownList and the others from textboxes, this dropdownlist parameter seem to not working, and the textboxes are working fine... The gridview just dont show …

0
156
Member Avatar for AnzJ

Hi all, need some help. I've just built a (REALLY) simple hit counter to add to my website, and was forced to use ASP.NET. (but im not using visual studio at the moment). I created a class file (counter.cs), and placed it in the App_Code folder. It was my assumption …

Member Avatar for AnzJ
0
100
Member Avatar for komox

there is a video that I would like to see on youtube thats only available for american people, is there anyway to fool youtube that my internet connection is situated in usa? If there is how? _________________ [url=http://www.fountainspirit.com]garden fountains waterfalls[/url] [url=http://www.offsetmortgagecentre.co.uk/best-offset-mortgage.html]Best Offset Mortgage[/url]

Member Avatar for sam1
0
60
Member Avatar for edwin_panther

Hi Everybody... I'm very new and this is my 1st time using VB Studio,I would like to create a forum using ASP.net. Please help and guide me.. Thank you in advance

Member Avatar for zmariow
0
123
Member Avatar for Kusno

Dear all .Netters, I develop intranet application using ASP.Net 2.0 with VB language. I have some modules that necesarry send messages to users. Currently, my Bulletin Board shows pop up windows if there are messages to users. It reads SQL Server table every 5 minutes using Web Service. For others …

Member Avatar for binoj_daniel
0
95
Member Avatar for Duki

Hey guys, I'm looking for something that will work well with implementing an intranet. Could ASP.NET be used for this? Could someone give me some examples of what ASP.NET is used for?

Member Avatar for binoj_daniel
0
110
Member Avatar for Embeza

[COLOR=#000000][B]Name: [/B]Embeza and Goitom [/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000][B]Title: [/B]Traffic and packet processing[/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000][B]Date: [/B]Friday, September 21, 2007[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The main objective of this report is to build capacity on traffic and packet processing. The internet was used as a resource material.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The following tips were …

0
57
Member Avatar for vinaii
Member Avatar for xyte
0
85
Member Avatar for thirunavukaras

Hai.. Is there possible to use module class in web application.. in web application i have one module class.. the module class one variable declared to assing particular value then i am go to mywebpage to print that modulevariable the result is shown but the same time i have changed …

0
63
Member Avatar for vudugumahesh

hi everybody, i am doing a small project in that project i need to upload a doc file into database. i am doing project in asp.net2005 with c# please help in coding thanks mahesh kumar

Member Avatar for vudugumahesh
-1
120
Member Avatar for breckj

Actually it is more like uninstallation issues I am having. Any guidance would be greatly appreciated. Below is a sequence of events up to now. 1) I DID successfully install VWD 2005. 2) Because of a suspected conflict, I tried uninstalling VWD. 3) While uninstalling, the uninstaller program froze. 4) …

Member Avatar for ptaylor965
0
59
Member Avatar for Aswathy

Hi The problem i am facing is I have a datagrid and this datagrid has its edit event handler registered and mapped .Now the issue ia that when i click on edit link in the datagrid , the control is going inside the edit event handler twice. Only after entering …

0
50
Member Avatar for stevendmar

Using Visual Web Developer, I am wanting to use a Drop-Down list on a Web Form. I know how to use HTML to create and add items to a Drop-Down list. The problem is that I need to populate the list from a database. So I used a DropDownList control …

Member Avatar for Infarction
0
123
Member Avatar for hamjad

Hi, I am building a ASP.NET Based application. I need to be able to print a receipt containing the data from the fields of the web form when user hit submit I have tried window.print() but that tries to print the whole page, I do not want to create new …

0
48
Member Avatar for thirunavukaras

Hai... Problem in Print Friendly Version with treeview control... i am creating one web applications.. in this web application in main page The left side one panel and right side one Iframe control.. i am go to run the page the treeview control to expand corresponding page target to iframe …

0
98
Member Avatar for thirunavukaras

Hai.. i have Problem with Treeview control...... i am developed one web application... i am have many aspx page in this project..but all page undercontrol with treeview .. i am alreay download the IE Web Controls from microsoft site.. I build the batch file then automatically created "Microsoft.Web.UI.WebControls.dll" ("C:\Program Files\IE …

Member Avatar for rmaheshmsc
0
101
Member Avatar for pmillio

Hello everybody, I am a final year student and for my final year project I have decided to try and create a price comparison website due to the fact that i feel it would be a good project to work on and develop my technical skills in C# and microsoft …

Member Avatar for pmillio
0
120
Member Avatar for vinaii
Member Avatar for vinaii

The End.