Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:692425
More Search Options
RSS Available
Matching Posts
Re: FileUpload(attachment) error when not visible
Thank you, that worked perfectly, you guys deserve to be paid for your help, I appreciate it so much!
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/25/2007
Re: FileUpload(attachment) error when not visible
I tested the same files on my other server and they still did not work so I know it is a problem with my files
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/24/2007
FileUpload(attachment) error when not visible
The problem seems to come up when a FileUpload(attachment) field is not visible in the document on submit, I choose to only have some file upload fields visible depending on what the user has chosen to upload, Like in this form that’s not working anymore http://www.msresume.com.au/SuperStarter.aspx This use to work fine on this server and it just changed (and I don’t know why) and similar pages with this functionality work find on my other server, and the pages use to get sent fine whether the file
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/24/2007
Can I use the same Partial Class and 'inherits' in each page? or not? I am having errors and dont know what I'm doing
The following error keeps on coming up, I change the 'inherits" in the .aspx files and the matching Partial Class in the .aspx.vb files and sometime it fixs it but then when I make the rest like that it stops working again. I am working on a site with maybe 20 asp.net 2.0 VB files and 15 of them have the same .aspx.vb which is empty except for " Partial Class _Default " and " Inherits System.Web.UI.Page " in the 15 .aspx files the Inherits ="_Default" I am very new to thing and dont know really whats
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/14/2007
Re: CustomError.aspx saying my files or something is not there
Thank you. You have answered my question perfectly and I can now see and resolve the issue.
Posted to
Configuration and Deployment
(Forum)
by
vandiermen
on 1/14/2007
CustomError.aspx saying my files or something is not there
I used a small business starter kit and spent so much time on the site and now I am getting this error when I try to access most file on my hosting server http://www.msresume.com.au/CustomError.aspx?aspxerrorpath=/PackagesPricing.aspx _____________________________________________________________________________ Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed
Posted to
Configuration and Deployment
(Forum)
by
vandiermen
on 1/14/2007
Re: How do I append checkBox and radioButton answers to email body (VB/ASP.NET 2.0)
Thought I would also mention I have only added these: <% @ Import Namespace ="System.Net.Mail" %> <% @ Import Namespace ="System.Text" %>
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/6/2007
Re: How do I append checkBox and radioButton answers to email body (VB/ASP.NET 2.0)
No I am not using multiple shipping addresses, but I am sure you could give me some great hints on how to do this / things like this which would be useful, but it OK for now. I am however using multiple radioButtons and I would be interested in hearing of an alternatives to: sb.Append (RadioButtonList1.SelectedValue.ToString) or sb.Append(RadioButtonsGroup.GroupName = RadioButtonsGroup.ID & RadioButtonList1.SelectedItem.Text) .. that will work in the following example. My problem with the first
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/6/2007
Re: How do I append checkBox and radioButton answers to email body (VB/ASP.NET 2.0)
Thanks for you help! In the end I ended up using: sb.Append( CheckBox3.Checked.ToString ) sb.Append(RadioButton4.Checked.ToString) I got some errors with other things, but I am happy with whats working now ______________________________________________________________________________ here are some of the errors, but you dont need to review them or help me any further Compiler Error Message: BC30451: Name 'DrivingLicence' is not declared. Line 33: sb.Append(DrivingLicence.SelectedValue.ToString) Line
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/5/2007
How do I append checkBox and radioButton answers to email body (VB/ASP.NET 2.0)
I would love an example of how to either append check box answers or radio button answers to the body of an email. I am fine with appending TextBox.Text the body of an email and other things, this is how I do it: Dim sb As StringBuilder = New StringBuilder() sb.Append( "Name: " & Name.Text) sb.Append( "<br />" & "<br />" & "Address: " & "<br />" & AddressLine1.Text & "<br />" ) sb.Append(AddressLine2.Text & "<br />" ) sb.Append(AddressLine3
Posted to
Web Forms
(Forum)
by
vandiermen
on 1/4/2007
Page 1 of 3 (30 items) 1
2
3
Next >
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online