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:646088
More Search Options
RSS Available
Matching Posts
Re: VB.net paging example needed
thanks I was looking for a way of implementing my own. I managed to convert a couple but just couldn't figure out how to implement them. cheers
Posted to
ASP.NET MVC
(Forum)
by
ninjamonk
on 11/21/2008
VB.net paging example needed
Hey Guys, I need someone to walk me though paging against linq returned data or maybe a link too an example All of the examples I have come across are in c# and I have not managed to port one over and have it working. Thanks a bunch in advance. Kind Regards Darren
Posted to
ASP.NET MVC
(Forum)
by
ninjamonk
on 11/21/2008
Filed under: mvc paging vb.net
CreateUserWizard and smtp secure
Hey, Does anyone know a way of setting the web.config to send smtp secure? I am not writing the email sending code because that is done in the createUserWizard Control so I have no way to programmatically set it as secure. I have wasted a long time on this and I have a feeling it's either undocumented or a flaw in the design of the control. any ideas?
Posted to
Security
(Forum)
by
ninjamonk
on 3/30/2008
Filed under: createuserwizard
Re: Problem finding a control in a repeater
thanks, for the feedback, you most likely posted the same time as I was solving it :P The event was on a button press and know I only have one row being returned from the datasource so I had to go this way.
Posted to
Data Presentation Controls
(Forum)
by
ninjamonk
on 7/26/2007
Re: Problem finding a control in a repeater
Ok so I solved it as soon as I posted. 1 Dim Pricelbl As Label = CType (Repeater1.Items(0).FindControl( "priceLabel" ), Label) 2 Dim Price As Double = Pricelbl.Text It works because the repeater control has a containing item for each row returned by the datasource.
Posted to
Data Presentation Controls
(Forum)
by
ninjamonk
on 7/26/2007
Problem finding a control in a repeater
Ok I have some code in one project that works and is finding a label in a form. Here it is (works great) 1 Dim Pricelbl As Label = FormView1.FindControl( "priceLabel" ) 2 Dim Price As Double = Pricelbl.Text I changed the container on this project to a repeater and here it is. Dim Pricelbl As Label = CType (Repeater1.FindControl( "priceLabel" ), Label) Dim Price As Double = Pricelbl.Text Why does this not work in for the repeater? Here is how it is in the aspx file (same for both
Posted to
Data Presentation Controls
(Forum)
by
ninjamonk
on 7/26/2007
Re: gridview image display bug?
ok then where do I report bugs to then? anyone
Posted to
Data Presentation Controls
(Forum)
by
ninjamonk
on 6/8/2006
Re: gridview image display bug?
anyone from the asp.net 2.0 team shed any light on this?
Posted to
Data Presentation Controls
(Forum)
by
ninjamonk
on 6/7/2006
gridview image display bug?
I have some images being displayed in a gridview. now a client wants a border added to the images in the gridview. the problems arises because when the control is rendered for some reason the images have the parameter of style="border-width:0px;" now this causes a headache. I was going to use css to set it but this parameter overrides whatever setting I make on the border. why does it do this? also I know I could turn the image into a template but then I would have to right logic checking for if
Posted to
Data Presentation Controls
(Forum)
by
ninjamonk
on 6/7/2006
Re: web.config and globalization problems please help...
aha thanks looks like I got it totally wrong :p <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="en-GB" />
Posted to
Configuration and Deployment
(Forum)
by
ninjamonk
on 4/26/2006
Page 1 of 2 (20 items) 1
2
Next >
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
ASP.NET:
Hacking the ASP.NET Parser
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online