12,085 Topics

Member Avatar for
Member Avatar for toddpinksen

Hi, I've been modifying the ASPNetStore Application to create my own. Everything's been working fine, but I recently had to reinstall VS.NET. Now I am getting the following error on both the ASPNetStore app. as well as on my custom app. Here is the code for my custom app: using …

0
70
Member Avatar for jason_limwk

Dim strMailBodyHTML As String = "" strMailBodyHTML &= "<html><body>" strMailBodyHTML &= " <p><input type=text name=T1 size=20 value=’" & Label2.Text & "’></p> " strMailBodyHTML &= "<form method=""get"" action=""http://pgssystemie02/autouph/admin.aspx""><p></p><br><input type=""submit"" value=""accept""></form>" strMailBodyHTML &= "<form method=""get1"" action=""http://pgssystemie02/autouph""><input type=""submit"" value=""cancel""></form>" strMailBodyHTML &= "<br><br><br>" strMailBodyHTML &= "</body></html>" Dim mail As New MailMessage mail.To = "aaa@aaa.com" …

Member Avatar for jason_limwk
0
135
Member Avatar for Kishor_kurapati

Hi friends, This is kishor. I am going to develop the new reporting servrice using asp.net so i need some help, how to mange the different controls on the report. how i am able to drag & drop the controls and set or bind the control to the related values.

Member Avatar for dexterz
0
456
Member Avatar for johnsonlim026
Member Avatar for Prabhakar

Can any one let me know whether we can create Crystal reports from Asp.net at run time based on the user's selection of tables and fields that appear in the report. User should select fields and tables in aspx and based on these the report(crystal report) should be developed.Here user …

Member Avatar for Paladine
0
306
Member Avatar for cancer10

I installed IIS server, all the components (framework and wotnot), and finally Visual studio .NET 7.0 (2003) When I run an ASP.NET Page, I get the following error...I tried everything but in vain :( can u help me out plz? [url=http://imagebag.cfsmedia.co.uk/][img]http://imagebag.cfsmedia.co.uk/images/6303176.jpg[/img][/url]

Member Avatar for cancer10
0
206
Member Avatar for itserver

Hey guys i'm busy with a project my group is struggling with connecting database to server.We are using VS asp.net with sql for our database so we are failing to get the connection right.And we are trying to update,delete,add into our tables it seems to give a source error can …

Member Avatar for techniner
0
139
Member Avatar for charlie_help

I want to fetch data from SQL Server 2000 using tcp/ip connection and display on the client. Q : How do i fetch data from SQL Server 2000 and put the data on a combo box. Q: My server user interface will have "Fetch" button ? Client User Interface: ___________________________ …

0
106
Member Avatar for Clint1982

Hello ! My name is Clint, I'm learning at the Ben Gurion University in Israel, I make a research about viruses, how they work, way of operation, classify them into families. Does any one know sites which can be helpful to my research ? Thank you, Clint.

Member Avatar for Evenbit
0
103
Member Avatar for adam20

problem is i cannot access some websites i used to, i can on mozilla firefox but not on internet explorer or packard bell companion?? ive cleaned my cookies, reset my internet settings to default, allowed all cookies, turned off my firewalls, done everything i can think off please help ...thank …

Member Avatar for Letscode
0
123
Member Avatar for magusdf

so waay back i had some questions about setting up a login to secure a site i've been working on there seems to be a rather annoying side effect mostly html aside from a few simple asp scripts on particular pages however if an update is made to the html …

Member Avatar for Paladine
0
132
Member Avatar for ahmer

Hi to all, There is a problem with the datagrid in Mozilla. Datagrid is showing images in Internet Explorer but not in Mozilla. I dont know why. Can anybody give a solution to this problem as soon as possible.

Member Avatar for Letscode
0
123
Member Avatar for johnsonlim026

I have a variable of double data type.It has only 1 decimal point or no decimal point such as 17.5 and 17.I want to have exact two decimal point for it.Does anyone know?

Member Avatar for johnsonlim026
0
142
Member Avatar for Madhusudhan

Hi all, I have data grid: In that i have to show different hyperlinks colors with type of memberships. If gold member then Hyperlink is Green If Silver member then Hyperlink is Red. otherwise the Hyperlink shoudl be Blue !!! How to achieve this is Data grid!!!.

Member Avatar for cambia
0
99
Member Avatar for ramareddy_dotne
Member Avatar for ecupirate

My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas

Member Avatar for sypher
0
69
Member Avatar for ecupirate

My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas

Member Avatar for sypher
0
345
Member Avatar for npasma

I am working on filling a datagrid based on results found from a user entering criteria in text boxes and clicking a search button. I have been toying around with Session() to store variables but I dont understand it too well and its giving me trouble. After the user clicks …

Member Avatar for Paladine
0
2K
Member Avatar for erikkl2000

I have a table in my database that is a base table for my blind companys. Each company can share the same price table. (This price table only hase 5 columns in it) 1. BlindSizeID(KEY) 2. Maxheight 3. Price 4. CompanyID (FK) 5. ProductID (This one might take a hike) …

Member Avatar for Paladine
1
94
Member Avatar for Rete

Ummm, I'm not sure if this is the right place to post this question, but I've been having some problems with XML. I'm using Java to make an XML file that breaks apart classes into segments, but for some reason, it won't allow me to input newlines. [CODE] <?xml version="1.0" …

0
112
Member Avatar for SelArom

hi! I haven't been here in a while but I like the changes! I've asked this question @ asp.net forums, but they were completely unhelpful. Maybe it's just me but they could not give me a straight answer. So maybe I'll have better luck here; I find the people in …

Member Avatar for cambia
0
167
Member Avatar for Letscode

Hi, I have a left frame and right frame.The left frame has lets say three buttons and when each button is selected,a different page is selected in the right frame.The pages in the right frame has its own computation,like dropdown boxes to select the query. Whats happening here is,during the …

Member Avatar for Letscode
0
167
Member Avatar for jason_limwk

now i am doing an email form...(aspx in vb.net) the coding looks something like this,,, Imports System.Web.Mail Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New MailMessage mail.To = "blablabla@hotmail.com" mail.From = "blablabalbla@yahoo.com" mail.Subject = "permission to site" mail.BodyFormat = MailFormat.Html mail.Body = …

Member Avatar for techniner
0
76
Member Avatar for jason_limwk

now iam doing a photo gallery in my site...(aspx in vb.net) and i got some sample coding but mostly are in C#....recentuly i being redirected to a sample page and yupe// it looks good for me..~ but i am just wondering how can i do an upload function in my …

Member Avatar for techniner
0
107
Member Avatar for ramareddy_dotne

In my application I allow my user to delete a transaction at extreme cases only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know about "confirm" msgbox but I dont know how to use it please …

Member Avatar for Letscode
0
99
Member Avatar for jhoop2002

I don't know what happened to my site, a file must have been overwritten or something. I don't know what i need to get asp.net to look into the UserData section of the authentication ticket so forms based authentication works, as far as i can tell it should work. I …

0
65
Member Avatar for dexterz

Here is the code I use in the World recipe random record. I've been looking all over the net on how to display random record using access db on ASP .NET, but found most for SQL server like NEWID(), doesn't work on Access. This could be easily done in ASP …

Member Avatar for dexterz
0
179
Member Avatar for naif_prof
Member Avatar for dexterz
0
136
Member Avatar for Paladine

I have been playing around with Mozzila, and find it too be a rather nice speedy browser, but I do ASP.NET programming and such and seem to have some issues with ASP.NET pages displaying properly. It seems to be with regards to coloring, I guess ASP controls as well , …

Member Avatar for cambia
0
381
Member Avatar for mona

plz u know that the syntax validation on mail address is not enough so, i wanna know how can i check the availabilty of mail address it's valid or not (i don't mean syntax i mean it's right mail or not). thanks in advance

Member Avatar for Cain
0
234

The End.