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:766129
More Search Options
RSS Available
Matching Posts
Re: decode webresource axd parameters
http://blogs.telerik.com/hristodeshev/posts/07-03-26/debugging_asp_net_2_0_web_resources_decrypting_the_url_and_getting_the_resource_name.aspx
Posted to
Visual Studio 2008
(Forum)
by
bulljustin
on 10/30/2009
Filed under: WebResource.axd
Re: AutoCompleteExtender whith 2 TargetControlID
[quote user="kirtid"] We have an issue tracking being able to send additional data to the autocomplete webservice. For now you can use HttpContext and pass the text in the other textbox. Here is a forum post: http://forums.asp.net/thread/1633112.aspx [/quote] Without trying to sound like a jerk, did you even read what was being asked here, and what was being asked there? Here, the user wants to output the "First" value to one text box and the "Second" value to a different
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bulljustin
on 8/14/2008
Filed under: VB.NET, AutoComplete TextBox with key value, AutoCompleteExtender, WebServices
Re: AutocompleteExtender with Multi colums
The problem with editing the .js file or the class definition comes when you upgrade to the next version of the toolkit and lose all your customizations. All you need to do is define how the result set should be returned to the calling page from within the webmethod. <WebMethod()> _ Public Function getFunction( ByVal prefixText As String , ByVal count As Integer ) As String () Dim myList As New Generic.List( Of String ) For Each row As Data.DataRow In DataAccessFunction(prefixText) myList.Add
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bulljustin
on 8/14/2008
call stored procedure
I am trying to use a stored procedure that inserts data into a table. It has two parameters. When I run the sp in SQL Server Management Studio it runs fine. The code I am using is: Sub OnLoggedIn( ByVal sender As Object , ByVal e As System.EventArgs) Dim connStr As String = ConfigurationManager.ConnectionStrings( "ConnectionString" ).ConnectionString Dim dbConn As New SqlConnection(connStr) Dim DBCmd As New SqlCommand( "Transaction_Login" , dbConn) DBCmd.CommandType = CommandType
Posted to
Getting Started
(Forum)
by
bulljustin
on 3/7/2008
Filed under: stored procedure
Re: how do i bind the navigateURL and img src of hyperlink and image without putting them in a dataview or formview?
It's inside a table inside a panel in the itemtemplate of the formview. FormView.FindControl("ControlName") returns nothing. I found a better way to handle it this time, though.
Posted to
Web Forms
(Forum)
by
bulljustin
on 3/5/2008
Re: how do i bind the navigateURL and img src of hyperlink and image without putting them in a dataview or formview?
I finally found an answer that worked for adding parameters to the navigateurl property of a hyperlink. <%# String.Format("FileLocation.aspx?Param1={0}&Param2={1}", Eval("Param1Field"), Eval("Param2Field")) %> Perhaps jolyon can use this.
Posted to
Web Forms
(Forum)
by
bulljustin
on 3/5/2008
Re: how do i bind the navigateURL and img src of hyperlink and image without putting them in a dataview or formview?
[quote user="mokeefe"]The key here is for you to find out how to retreive data from a database. The assignment of that data to a control property is trivial.[/quote] It may be trivial for you to access a controls properties when the control is obfuscated behind a formview, but I have been searching for a way to access those properties from the code behind page when the control is inside a formview or ajax tab control or any other of the "grouping" controls and I cannot find it
Posted to
Web Forms
(Forum)
by
bulljustin
on 3/5/2008
Re: App_GlobalResources maps to a directory outside this application, which is not supported.
This worked for me. You would think that someone would have noticed the chatter about this and several other issues and fixed them. Brutter posted this in 2002 and it still fixes the problem 5 years later.
Posted to
Installation and Setup
(Forum)
by
bulljustin
on 12/10/2007
Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Thank you for this solution, it was just what I needed.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bulljustin
on 11/8/2007
Page 1 of 1 (9 items)
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
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.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online