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:649254
More Search Options
RSS Available
Matching Posts
Re: CollapsiblePanelExender cause ListView insert to fail
Okay, so after a couple of days, still there is no one who has an idea why the CollapsiblePanelExtender would cause inserting to fail. I guess that means I'll have to find other route to do this.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mychucky
on 11/25/2009
jQuery with asp.net page
I know that this is not a jQuery forum but I'm tryng to use jQuery with asp.net pages. I'm very new to jQuery. This is my first tried with jQuery in VS 08 and it's not working. Below are my code: <head runat="server"> <title>Untitled Page</title> <link href="../CSS/classNotes.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="~/scripts/jquery-1.3.2.js"></script> <script
Posted to
Getting Started
(Forum)
by
mychucky
on 11/25/2009
Re: jQuery with asp.net page
Thanks! I didn't know that I can't use ~ in the path to the library. It works now. Many thanks for those tried to help.
Posted to
Getting Started
(Forum)
by
mychucky
on 11/25/2009
Re: How to dynamically make the textbox control taller as user typed?
[quote user="raghav_khunger"] http://ashrafur.wordpress.com/2009/07/11/auto-growing-textarea/ http://forums.asp.net/t/1480315.aspx [/quote] Thank for many of your contributions to this thread. While many of your post are very helpful, I decided to use the jQuery auto-rowing-textarea route. Although I am very new to jQuery, I manage to get the autogrow to work with my asp.net textbox.
Posted to
Getting Started
(Forum)
by
mychucky
on 11/25/2009
jQuery: How to show div when an asp.net textbox is clicked?
I want to show a div or table when an asp.net textbox control is click. Below are my code and it's not working. <script type="text/javascript"> $(document).ready(function(){ $('.expanding').autogrow(); $("#commands").hide("normal"); }); $(function(){ $("#txtInsertComments").click(function(){ $("#commands").show("normal"); }); }); </script> And here is my aspx code: <div id="responseDiv"> <asp:HiddenField
Posted to
Client Side Web Development
(Forum)
by
mychucky
on 11/25/2009
Re: jQuery: How to show div when an asp.net textbox is clicked?
a [quote user="raghav_khunger"] Try this view plain copy to clipboard print ? $("input[id$=txtInsertComments").click(function() { $("#commands").show("normal"); }); $("input[id$=txtInsertComments").click(function() { $("#commands").show("normal"); }); [/quote] Okay, I gave that a try and it's still not working. I clicked inside the textbox and nothing happens. When I clicked away, the div should disappears also but it's
Posted to
Client Side Web Development
(Forum)
by
mychucky
on 11/25/2009
Re: jQuery: How to show div when an asp.net textbox is clicked?
And here is the test page in ASPX code: <head runat="server"> <title>Untitled Page</title> <link href="../CSS/classNotes.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../scripts/jquery-1.3.2.js"></script> <script type="text/javascript" src="../scripts/jquery.autogrow.js"></script> <script type="text/javascript"> $(document)
Posted to
Client Side Web Development
(Forum)
by
mychucky
on 11/25/2009
Re: jQuery: How to show div when an asp.net textbox is clicked?
Okay, I've made a simple testing page for this. Here's what the ViewSource look like: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title> Untitled Page </title><link href="../CSS/classNotes.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"
Posted to
Client Side Web Development
(Forum)
by
mychucky
on 11/25/2009
Re: How to control ListView navigation?
So, does anyone have a suggestion on how to do this for the nested ListView control?
Posted to
Data Presentation Controls
(Forum)
by
mychucky
on 11/23/2009
CollapsiblePanelExender cause ListView insert to fail
For some reason, I finally found out what's causing my ListView Insert to fail. Below are my ListView aspx code: <asp:ListView ID="ltvResponses" runat="server" DataKeyNames="ResponseID" DataSourceID="sqlReponse" InsertItemPosition="LastItem" OnItemInserting="ltvResponses_ItemInserting" OnDataBound="ltvResponses_DataBound"> <ItemTemplate> <div id="responses"> <asp:HiddenField ID="hdfResponseID"
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mychucky
on 11/23/2009
Page 1 of 251 (2509 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online