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:614408
More Search Options
RSS Available
Matching Posts
Re: Regex.Matches and array
You're not initializing ArrayTest in this example. cb3431: I tried it like this too and it says Index was outside the bounds of the array. The error occurs on ArrayTest(i) = m.Value <code> Dim i As Integer = 0 For Each m As Match In Regex.Matches(strRequestedHTML, pattern, RegexOptions.IgnoreCase) Response.Write( "value = " & m.Value & "<br/>" ) ArrayTest(i) = m.Value i = i + 1 Next </code>
Posted to
Web Forms
(Forum)
by
KHenriksson
on 7/20/2006
Re: Master Pages or Frames?
You can set an element to have scrollbars via CSS allowing you to use fixed header and right sides as the main content scrolls up and down.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
KHenriksson
on 7/19/2006
Re: Regex.Matches and array
You're declaring i inside the loop. I'm not familiar with VB.net but assuming it works like I think it should you are assigning to element 0 every time through the loop.
Posted to
Web Forms
(Forum)
by
KHenriksson
on 7/19/2006
Re: Problems with Login in View from a Newbie...
Because the content inside is now in a template you need to dynamically get the control. in C# - GridView gridView = LoginView1.FindControl(" GridView1 ") as GridView;
Posted to
Web Forms
(Forum)
by
KHenriksson
on 7/19/2006
Re: How to record the time when the web page is closed?
Attach some javascript to the page unload client event to call a web service when the page is unloaded. See Google's page tracking code for an example.
Posted to
Getting Started
(Forum)
by
KHenriksson
on 7/18/2006
Re: Virtual Earth Map v3
Change findLoc to return false.
Posted to
Client Side Web Development
(Forum)
by
KHenriksson
on 7/18/2006
Re: Parameters.Add
Is there a reason you are modifying both the username and the password to be of the form %username% and %password%? i.e. does the following return 1? SELECT COUNT(*) FROM tblLoginInfo WHERE [username] = '%username%' AND [password] = '%password%'
Posted to
Getting Started
(Forum)
by
KHenriksson
on 7/18/2006
Re: 2.0: Help with ClientScriptManager
This works fine for me when placed in OnPreRender(). Do you have some code you can share with us? Here is the quick sample I used to test this: using System; using System.Collections.Generic; using System.Text; using System.Web.UI.WebControls; namespace ClassLibrary1 { public class Class1 : WebControl { protected override void OnPreRender(EventArgs e) { this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "Test", "alert('Testing');", true); base.OnPreRender(e); } } }
Posted to
Custom Server Controls
(Forum)
by
KHenriksson
on 3/31/2006
Re: ASP.NET Wizard Created dynamically....
DataBind typically only gets called once. You will need to create the steps every time the control is instantiated.
Posted to
Custom Server Controls
(Forum)
by
KHenriksson
on 2/3/2006
Re: Alternatives to HtmlInputFile
For security reasons browsers do not allow access to file uploading or the file selection dialog outside of the built in file upload tag. Building your own control with a custom look and feel is not feasible.
Posted to
Custom Server Controls
(Forum)
by
KHenriksson
on 1/31/2006
Page 1 of 2 (16 items) 1
2
Next >
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online