5,691 Topics

Member Avatar for
Member Avatar for kayeri

hi please help me out ot on this how can i create attacment so that someone can attach a document when submiting a form

Member Avatar for dickersonka
0
42
Member Avatar for lewmeyers

Hello everybody, I have an asp.net version 2.0 website running in a college environment that until recently behaved just fine. A couple of days ago, a user contacted me and told me that when she hit the enter key in lieu of clicking a submit button, the site went away …

Member Avatar for lewmeyers
0
79
Member Avatar for BoogyB
Member Avatar for brianmaddox
0
138
Member Avatar for bigbadowl

Hi All I have following code running on Vista Business under IIS7. It works, but is incredibly slow (about 20+ seconds). I have the same code in Java and it's instant. It appears to be the line "int bytesRec = sender.Receive(bytes);" that is the killer I'm very new to ASP …

Member Avatar for dickersonka
0
1K
Member Avatar for kapil.tandon

hii, i m developing an application n i am using the list box control. i hv allowed that multiple items can be selected. now what i want when the user selects a particular item , a popup or any control should open that allow user to enter the amont related …

Member Avatar for edejonge
0
189
Member Avatar for raul15791

Hi, I'm newbie in ASP. I am trying to view multiple pages by using a single file. For example, I have a few pages of product.asp (products.asp, products1.asp and so on). Now I want to create a single single (products.asp) but can view multiple pages. Try to search through google …

Member Avatar for raul15791
0
300
Member Avatar for kapil.tandon

hi i added modal popup handler into my application the popup which enmrges out is a panel and inside the panel i added the label and correspondong to label there is one textbox(txtE1) now the problem i m facing is tht i want to write the method related to the …

Member Avatar for kapil.tandon
0
248
Member Avatar for deeraj

Hi, I am developing an ASP.NET application which uses Crystal reports 9. It was working fine. But later I installed the trial Crystal Report 11. After that the generating of the reports gives the folowing error "System.Runtime.InteropServices.COMException: Not enough memory for operation." The change of version may not be the …

Member Avatar for dotyell
0
241
Member Avatar for dips255

Friends please help LoginName Prop_code Visitdate scorpio84 RS32650 10/23/08 12:14 PM scorpio84 RS29589 10/23/08 12:14 PM fatima17124 RS47255 10/23/08 6:32 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS39680 10/22/08 2:30 AM vinit32831 RS47246 10/22/08 2:26 AM sashi133 RS46091 10/20/08 4:38 AM sashi133 RS46091 10/20/08 4:38 …

Member Avatar for dips255
0
138
Member Avatar for muthu raj

i have a page in which i m using grid control to display data from sql server. i have two fields in my table.name,image in which image datatype is image.i m using an sqldatasoure for data binding.when i run my page image not displayed in my page.only name field is …

Member Avatar for greeny_1984
0
166
Member Avatar for kapil.tandon

hi , like i have to create a label and that label displays the total cost of a particulat think.like i do some activity A. related to acctivity A are following activities. A-a A-b A-c A-d what i hv to do is when user click on the label.it pops up …

Member Avatar for dickersonka
0
94
Member Avatar for serkan sendur

Create a class and add these two methods to it : // for postback events public static void ShowMessageBox(string _message) { Page page = HttpContext.Current.Handler as Page; page.RegisterStartupScript("key2", "<script>alert('" + _message + "');</script>"); } // for async postback events public static void ShowMessageBoxForAsync(string _message) { Page page = HttpContext.Current.Handler as …

Member Avatar for reniies
0
167
Member Avatar for anilpadma1
0
41
Member Avatar for Wiizl

So... I have 3 textboxes and a Submit button. Here's the code behind: [CODE] public void Submit1_onClick(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(); DateTime laiks = new DateTime(); conn.ConnectionString = "data source=.;initial catalog=ForumDataBase;integrated security=true;"; SqlCommand cmd = new SqlCommand(); cmd.CommandText = "INSERT INTO PostTable(ThreadTitle,PostMessage,UserName) values('" & ThreadTextbox.Value …

Member Avatar for misselegant
0
155
Member Avatar for Fiorentino01^

Hi, I am working on a web site using VWD 2005 Express Edition. As I wanted to host it on my own pc I followed the instructions of various tutorials and finally I succeeded in viewing it by typing [url]http://localhost/Alias/Index.aspx[/url]. Next I tried with the help of my son to …

Member Avatar for Baradaran
0
97
Member Avatar for sancti

hi all, i am devleloping a web form..I want to use a date time picker in ASP.Net as in C#.How can i put date time picker in ASP.Net. Can anybody help me regarding this. thanks in advance...

Member Avatar for reach_yousuf
0
2K
Member Avatar for aparnesh

I have 3 files containing classes, let's say - A, B and C. B and C both contain the file A as they are subclasses of A, using the "#include file " directive. I am facing a problem if a page contains both B and C, it is saying 'Class …

Member Avatar for Baradaran
0
109
Member Avatar for masajid686

Hello, I am very new to .Net I want to the detail code for inserting a record using data adapter in asp.net using vb as a language. and the table will simple as DeptNo, DeptName and Location . When I click the add button the records will saved in database. …

Member Avatar for cellus205
0
134
Member Avatar for priyam_maheshwa

Hi There I am developing a site which would be used worldwide,so some of the people in China and Japan want that they should be able to see the site in their respective language.So to change the content language i am thinking i will use [CODE]<html lang="zh">[/CODE] tag.But this would …

Member Avatar for Baradaran
0
81
Member Avatar for puja_suri

I have to design a crystal report.All d data need to be retireved from one table only .Its basicallya report of the test paper which can consist of short answer and multi -choice question. d format which i my guide want is if the question is multi-choice Ques No. Ques …

Member Avatar for puja_suri
0
83
Member Avatar for Jesi523

Hello, I am used to VB.Net, and I recently starting using ASP.Net 2.0 with VB.Net. What I do not understand is how to keep my variables. Everytime the page goes back to the server I lose information. It gets lost. I've looked everywhere and read a lot of information and …

Member Avatar for dickersonka
0
106
Member Avatar for spr_vivega

hi viewers, is there any way to convert html to asp.net? if so please let me know asap. Do i need to install any software? Am using dotnet framework 2.0 but i want to convert some html format to asp.net format.

Member Avatar for dickersonka
0
53
Member Avatar for da_tikboy

Can anyone point me to some C# examples on how to create conference room reservations through Exchange server 2007? TIA.

0
39
Member Avatar for sanbal

HI, I am new to Asp.net . i have a login page, with user role like guest, member, admin.I want to control the page access based on their role. How can we do this in asp.net and c#. Thanks.

Member Avatar for sanbal
0
120
Member Avatar for dcparham

folks, trying to pass variable from test1.html to test1.asp. simplest code possible, even works on our ISP host, but not my web server. please help?? code for test1.html, which calls test1.asp: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>A.html which calls B.asp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> …

Member Avatar for dcparham
0
256
Member Avatar for dcparham

our website opens a NEW registration window [target="_blank"], register1.asp which submits form data to register2.asp "write to database" and "thank you for registering" page, by way of js form validation function - >>>i need to cause register2.asp to open without the ability to hit the BACK button [ie, no menu …

Member Avatar for dcparham
0
193
Member Avatar for Ninad16

I have just started learning asp.I have some basic queries.They may sound silly to you.Please bear with me. Why asp were created?What are their advantages? When we fill a registration form for say yahoo or gmail,etc.,how come all the info gets stored in the database when we click "Submit"? What …

0
47
Member Avatar for vamsi.kiran

Hi all, This is vamsi from Hyderabad. From the past 2 days I am very difficult to solve this eror. We are working for a product project in which it have to include a patch version in end. this patch version should get dynamically depends upon assembly version. So I …

Member Avatar for msaqib
0
120
Member Avatar for RahulV

Ive created a .html page, but now i want that when a user tries to open that .html page he must be automatically directed to .asp page without showing the contents of the .html page. How can i do that ??? Please help !!! Thank you !!!

Member Avatar for msaqib
0
148
Member Avatar for RahulV

[B][U][COLOR="Red"]---URGENT---[/COLOR][/U][/B] Hai, I wrote a code : [CODE] <html> <body> <%response.write "<form action=http://localhost/rentry.asp?tid="& request("tid") &">"%> <textarea name="treply" rows="10" cols="100">Enter ur text here</textarea> <input type="Reset" name="subFThread" value="Reset"> <input type="submit" name="subFThread" value="Post"> </form> </body> </html> [/CODE] Here i wanted to send a piece of data (tid, that i extract from the earlier …

Member Avatar for RahulV
0
299
Member Avatar for bskumar.bala

Hellow, I am new in ASP and I have created a database in ms-access contains the fields - ID, name, designaton, photo and I uploaded all the datas. The images are in BMP. When I retrive the data by using ASP seach menthod, the id, name and designation only displayed. …

Member Avatar for bskumar.bala
0
151
Member Avatar for Naters_uk

Is it possible to send sms from an asp.net webform? :eek: I have searched multiple sites, but can't really find anything useful..any advices?

Member Avatar for jalpaeol
0
464
Member Avatar for Kusno

Dear all, How do I call RPG AS/400 code from ASP.NET ? Now, I just want to run this code below : [CODE] MNUQQ,1 0001 RUNQRY *N TEMPPD 0002 call TEMP 0003 WRKSPLF SELECT(*CURRENT *ALL *ALL TEMP) 0009 s [/CODE] Those code run in AS/400, but I want to run …

0
73
Member Avatar for Kusno

Dear all, Does anyone know how to run Dos batch file from ASP.Net. I thought, I could use Shell("C:\Test\JRNE.bat") to run it, but it didn't work. Sheel command works for "net send" and calls some exe files, like calc.exe. Thanks, Kusno.

Member Avatar for Kusno
0
75
Member Avatar for davidegan

This is my first forum post ever, so I'm not sure exactly how it works. I'm looping through the code below to create a list of links that will open a new window with information about an event. The code below seems to work fine in firefox but displays very …

Member Avatar for serkan sendur
0
168
Member Avatar for aparnesh

How can I implement a constructor / destructor for a class written in ASP ? Something like the __constructor() function of PHP. Also is there an in-built Collection Object in ASP (as in Visual Basic) ? Thanks

Member Avatar for aparnesh
0
109
Member Avatar for K.Vanlalliana

I am new to ASP, and I used to write the connection for my Access Database using DNSLESS Connection like this: <HTML> <BODY> <% 'Actionvar=Request.QueryString("actionvar") '** Set Up a DSNLESS CONNECTION<BR> Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " 'DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") DSNtemp=dsntemp & "DBQ=" & server.mappath("MyWeb/MyRecord/Record.mdb") …

Member Avatar for aparnesh
0
272
Member Avatar for reinaldo.aru

I have a web application deployed in IIS 6.0, in Windows Server 2003. While doing some testing, randomly I get weird reponses like this: -----------------------------7d83a932d0356 Content-Disposition: form-data; name="ctl00_PageContentUser_ToolkitScriptManager_HiddenField" ;;AjaxControlToolkit, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e:es-VE:bc82895f-eb24-48f8-a8ba-a354eb9c74da:e2e86ef9:1df13a87:c4c00916:9ea3f0e2:9e8e87e9:4c9865be:ba594826:c76f1358:69ce9abf:80f47b59:83b0cef6:d7738de7:a6a5a927 -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__EVENTTARGET" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__EVENTARGUMENT" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__LASTFOCUS" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="ctl00_PageContentUser_treeVwPpl_ExpandState" ecnnneennen -----------------------------7d83a932d0356 …

0
127
Member Avatar for compovet

Hello everyone I want to create Textboxes according to the entered number at runtime but with different names because I want to deal with the the data entered in this textboxes [CODE] protected void Button1_Click(object sender, EventArgs e) { int rows = 0; int cells = 0; int counter =int.Parse(TextBox1.Text); …

Member Avatar for LizR
0
146
Member Avatar for Robins Antony

Hi all! How to use crystal report with ASP.net? How to choose database? pls help with an eg. Robins

Member Avatar for Kusno
0
506
Member Avatar for K.Vanlalliana

Hi, I am trying to Write web type application and connect my database (Access) with DNSLess Connection like this Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") conn.Open DSNtemp This is very much like to Connection to Database from VB6, but, I do not …

Member Avatar for Teme64
0
149
Member Avatar for K.Vanlalliana

In my VB6 Book, in the last chapter programming ASP for web design is written and, it seem that is to be done through VB6, but I dont under stand and I usually write ASP code using FrontPage? If VB is helpful (Even though understanding of VB coding is helpful) …

Member Avatar for K.Vanlalliana
0
154
Member Avatar for anish.anick

Hi I am facing an issue regarding ASP.net validators. I have a web page which contains 3 textboxes,one drop down list, one radio button and a button to submit the form.Some times the validators are not fired on submitting the form. I checked the validation group and it is correct. …

Member Avatar for AntonioGK
0
88
Member Avatar for stevejhon

Hello I had problem I want to delete row from my datatable through asp:linkbutton. How can I do this. I had the following code, but it adds another row to the table protected void delCart(object s, DataTableNewRowEventArgs e) { dt = (DataTable)Session["Cart"]; dt.Rows[e.Item.ItemIndex].Delete(); //dt.Rows(e.Item.ItemIndex).Delete(); int CartItem = (int)Session["cartItem"]; CartItem = …

Member Avatar for zezo
0
117
Member Avatar for mailtosridar
Member Avatar for gafooronline

Hi I have created a web page that reads excel file it's working fine in Excel 2003 files, when I am trying to open Excel 2007 it hangs(If I run the page from VS 2005 then it first display 'file conversion Box' and then reading the excel file.if I am …

0
72
Member Avatar for RahulV

HAI, I'm creating a website for a computer forum (using VBScript, SQL server - back end). Im able to display the heading of the threads in a page & also im able to click and redirect to a proper .asp page but, can u tell me how can i show …

0
43
Member Avatar for RahulV

Hai, I'm creating a website for a computer forum (using VBScript, SQL server - back end). Im able to display the heading of the threads in a page & also im able to click and redirect to a proper .asp page but, can u tell me how can i show …

Member Avatar for RahulV
0
63
Member Avatar for nash_ph_41

I have a condition for a datagrid (Please view the list.JPG from the attachment) in here you can see a set of data being load from the database. User can perform add, remove , dispose function Here is my condition: Since user allow to add, it also allow to remove …

Member Avatar for nash_ph_41
0
99
Member Avatar for trafmore

I have created this table and is accessing it via an aspx web form. I would like to know if it possible to update the table sending the update data to a different table in the database. If Yes how do I accomplish that? Trafmore CREATE TABLE dbo.TimeSheet( dt SMALLDATETIME …

Member Avatar for johnshedlock
0
109

The End.