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:784785
More Search Options
RSS Available
Matching Posts
Re: RegisterStartupScript not working in LIstview
Hi [quote user="ukeruth"] Dim javaScript As String = "<script type= 'text/javascript'>\n" javaScript &= " <!--\n " javaScript &= " window.open( '" + link + "');\n" javaScript &= "// -->\n" javaScript &= "</script>\n" Page.ClientScript.RegisterStartupScript(Page. GetType (), "script" , javaScript, False ) [/quote] [quote user="ukeruth"] Page.ClientScript
Posted to
Data Presentation Controls
(Forum)
by
jagan.unique
on 4/20/2009
Re: Line Breaks in DetailsView
Hi While retrieving the data you can replace the carriage return with br tag as shown below. .aspx <asp:TemplateField HeaderText="Description"> <ItemTemplate> <asp:Label ID="varArticleLabel" runat="server" Text='<%# Databinder.Eval(Container.DataItem, "VCCOMMENTS").ToString().Replace(Vbcrlf, "<br>")%>'> </asp:Label> </ItemTemplate> </asp:TemplateField> this code was tested with gridview. i am
Posted to
Data Presentation Controls
(Forum)
by
jagan.unique
on 4/20/2009
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Hi Thomas, Thanks for your response.. I tried all the above things but none of them worked for me. i re-installed VS2005 by following the steps in the above provided url. but it did not solved my problem. Recently i installed VS2008 and i could able to debug my project in that. interestingly i can debug in VS2005 only for the first time i.e, when i re-installed the 2.0 framework. then later on its giving me the same problem when i try to debug it again. for some reason i should not use VS2008 although
Posted to
Visual Studio 2005
(Forum)
by
jagan.unique
on 9/30/2008
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Thanks mcr_subbu for your quick response but unfortunately that doesnt worked for me.. earlier (till yesterday) it was working fine. mean while i have done the following and it worked fine for some time. I selected the repair option from the .net 2.0 (maintenance mode) installing file from the following default vs path C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0 . after 2 to 3 hours, again the same problem. vs is not entering into debug mode. its really killing me.
Posted to
Visual Studio 2005
(Forum)
by
jagan.unique
on 9/24/2008
Visual studio 2005 not entering in to debug mode although i set debug="true"
Hi, i have a peculiar problem with vs.net 2005. when i press F5 and run the application, my webpage is displayed in the browser but visual studio doesn't entering into debug mode and still the pause and end buttons on the tool bar shows disabled which means my application is not running. till yesterday it was working fine. i checked the web.config file and the debug mode is set to "true" ..debug="true". my operating system config. xp with sp2 vs2005 with sp1 recently i installed
Posted to
Visual Studio 2005
(Forum)
by
jagan.unique
on 9/24/2008
Re: Focus function in Javascript
Hi Try this: <asp:TextBox ID="TextBox1" runat="server" onblur="return Nullcheck(this);"></asp:TextBox> <asp:TextBox ID="TextBox2" runat="server" onblur="return Nullcheck(this);"></asp:TextBox> Javascript function <script type="text/javascript" language="javascript"> function Nullcheck(ctrl){ if (document.getElementById('<%= TextBox1.ClientID %>')==ctrl && document.getElementById
Posted to
Client Side Web Development
(Forum)
by
jagan.unique
on 7/1/2008
Re: javascript alert
or alert(document.getElementById('<%= TextBox1.ClientID %>').value);
Posted to
Client Side Web Development
(Forum)
by
jagan.unique
on 6/27/2008
Re: including javascript to asp.net page
If you have a lot of calculations in your project then put your javascript functions in a separate file and give the reference in head section.
Posted to
Client Side Web Development
(Forum)
by
jagan.unique
on 6/26/2008
Re: How java script in asp.net?
[quote user="jeyaseelan@ajsquare.net"] when i click the button then execute the java script? When i get the value using java script then it will catch from code behind... i need these types of work, how to do this? [/quote] Try this: .aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Posted to
Client Side Web Development
(Forum)
by
jagan.unique
on 6/21/2008
Re: The alert gets displayed in FireFox but not in Internet Explorer.
Try like this: Page.ClientScript.RegisterStartupScript(GetType(), "msgbox", "alert('your message');", true);
Posted to
Client Side Web Development
(Forum)
by
jagan.unique
on 6/19/2008
Page 1 of 24 (237 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