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:805734
More Search Options
RSS Available
Matching Posts
Re: click event not firing
Have you set the search button as a trigger for the update panel containing the gridview?
Posted to
Web Forms
(Forum)
by
RedRaiders07
on 8/31/2008
Re: progress bar
Are you showing alert box through Javascript or code-behind?
Posted to
Web Forms
(Forum)
by
RedRaiders07
on 8/31/2008
Re: Editing Percents in the GridView
I'm not quite sure if this is accurate, but perhaps this will jog your memory. But I believe there e is a property for the databound field as to whether or not you want to carry the formatting to edit mode....
Posted to
Data Presentation Controls
(Forum)
by
RedRaiders07
on 8/31/2008
Re: Beerhouse newsletter not sending images in HTML version
Since sending images in emails is tricky depending on the recipient's email client or host, it is best to add images as <img> HTML elements linked to static URL's on your website. That way, the email client renders the email as HTML and displays the image from the URL and not as an attached file.
Posted to
TheBeerHouse Starter Kit
(Forum)
by
RedRaiders07
on 8/31/2008
Re: Profile data and other user-related data
I agree with you. The current profile provider has a lot to be desired in regards to scalability. ASP.NET has a great tutorial on storing additional user information. It explores all of the point you've proposed. I have provided the link below. http://www.asp.net/Learn/Security/tutorial-08-cs.aspx
Posted to
Security
(Forum)
by
RedRaiders07
on 8/26/2008
Re: Codefor accessing data in the DAL
Roger, I would check out the Data Access Tutorials on this site. They help alot. http://www.asp.net/learn/data-access/
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
RedRaiders07
on 8/25/2008
Re: Date format mismatch (Calendar - SQL)
This seems to be a localization setting issue. It looks like the SQL Server you are running is set with different regional settings.
Posted to
Web Forms
(Forum)
by
RedRaiders07
on 8/12/2008
Re: Making Sums and count with data from a DataTable
You can use the Compute method of the DataTable object insteasd of looping through all of the rows. For example: dtPRR.Compute("SUM( Quantity)","RevisionBy = " & revisionByVariable) dtPRR.Compute("COUNT(*)","RevisionBy = " & revisionByVariable)
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
RedRaiders07
on 8/12/2008
Re: Pulling Profile Data
Oh ok, we have this backwards then. I thought you were having trouble updating the EMail in the Membership data store. To pull the email: Dim u As MembershipUser = Membership.GetUser() If u IsNot Nothing Then email.Text = u.Email.toString End If
Posted to
Getting Started
(Forum)
by
RedRaiders07
on 8/12/2008
Re: Pulling Profile Data
The error message is saying that you passed an empty email to the UpdateUser method. You should also check to make sure that email.Text has a value and is in correct format. I'll leave the format checking as an exercise for you. If u IsNot Nothing AndAlso email.Text.Length > 0 Then u.Email = email.Text Membership.UpdateUser(u) End If Make sure that the email TextBox is not being cleared out during postback.
Posted to
Getting Started
(Forum)
by
RedRaiders07
on 8/11/2008
Page 1 of 3 (29 items) 1
2
3
Next >
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online