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:626557
More Search Options
RSS Available
Matching Posts
When to be released?
Hey, I thouth that the july future relase would have been include in asp .net 3.5, but is was not. When will we see this functions implemented in a release? //Morten
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mimo
on 11/25/2007
Filed under: AJAX ASP.NET, VS2008, Ajax Control Toolkit, AJAX .NET 3.5
Getting type from object Generic
Hi all I have this code below. I would like to know what type my property on a class has. If its a string, int, boolean, double and so on. So I can map it to the correct db type. PropertyInfo[] propertyInfos = typeof(data).GetProperties(); foreach (PropertyInfo propertyInfo in propertyInfos) { if (sql.IndexOf(propertyInfo.Name) > -1) { _dbCommand.Parameters.Add("@" + propertyInfo.Name, need db type here ); _dbCommand.Parameters["@" + propertyInfo.Name].Value = propertyInfo
Posted to
Architecture
(Forum)
by
mimo
on 11/11/2007
Re: .Click() event in IE but not in Firefox
I tried searching for it, but didnt realy know what do search for. But the post you gave works great thx mate you are a life saver :D
Posted to
Client Side Web Development
(Forum)
by
mimo
on 8/16/2007
Re: .Click() event in IE but not in Firefox
bump plz help
Posted to
Client Side Web Development
(Forum)
by
mimo
on 8/14/2007
.Click() event in IE but not in Firefox
Hey all This what I have. 1) A xml doc with alot of infomation 2) I use a xsl to format the xml data 3) In the xsl i have this javascript document.getElementById('ShowList').click();, this javascript calls a buttom on the site where the xsl is showen. 4) < asp : Button style ="display:none;" runat ="server" ID ="ShowList" OnClick ="ShowList_Click" /> This button then fires an event to the codebehind method ShowList_Click but this only works in
Posted to
Client Side Web Development
(Forum)
by
mimo
on 8/14/2007
Re: FireFox update 2.0.0.2 breaks some scenarios in ASP.NET AJAX apps
Im having problems with the ajax toolkits tabcontrol, and wanned to hear if you were any closer to finding a solution to the problem
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mimo
on 3/8/2007
Getting data object from a repeater
Hello all I have an button, when i press that this happens Private Sub btnMoveMarked_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnMoveMarked.Click Dim oRepeaterItem As RepeaterItem For Each oRepeaterItem In rpImages.Items If oRepeaterItem.ItemType = ListItemType.Item Or oRepeaterItem.ItemType = ListItemType.AlternatingItem Then Dim oCheckBox As CheckBox = CType (oRepeaterItem.FindControl("markedImages"), CheckBox) If (oCheckBox.Checked) Then ImageRegister() End If
Posted to
Data Presentation Controls
(Forum)
by
mimo
on 8/21/2006
accessing veriable in codebind
< td width= "2" style= "background-image:url( <%= Basis.ImageLocation %> newdesign/vertialline.jpg)" ></ td > This line works fine as long as its not inside a runat="server" tag, what do i need to do diffent to make it work inside a runat="server" tag as <table id="test" runat="server">
Posted to
Web Forms
(Forum)
by
mimo
on 5/10/2006
Re: event handling
thx mate, it worked :)
Posted to
Web Forms
(Forum)
by
mimo
on 4/18/2006
event handling
Hey I have a usercontrol with a linkbutton, i would like to access that event, in another class, where im using the usercontrol, how is this possible //mimo
Posted to
Web Forms
(Forum)
by
mimo
on 4/17/2006
Page 1 of 3 (26 items) 1
2
3
Next >
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Channel 10:
Bing4Free Lets You Use Bing.com Images for Desktop Wallpaper
Channel 10:
Bing Updates: Streetside Views, Photosynth, and "Mapplications"
Channel 10:
Bing for Windows Mobile Updated
WindowsClient:
New WPF Showcase: Bling Tweets
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online