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:689005
More Search Options
RSS Available
Matching Posts
Re: Check Ajax method call
Thank you
Posted to
Getting Started
(Forum)
by
venkatzeus
on 11/4/2009
Avoid Scrollbar when page refreshes
Hi, I have a datagrid, which is inside a div. When the page is loaded initially, the scrollbars are not available for the grid. When the page is refreshed manually, i am getting the scrollbars. How to avoid scrollbar. <div id="Namesdiv" style="height:200px; width:99%; overflow:auto;" runat="server" > <asp:datagrid id="dgNames" runat="server" AllowPaging="True" Height="16px" Width="100%" PageSize="10"
Posted to
Client Side Web Development
(Forum)
by
venkatzeus
on 11/4/2009
Re: Avoid Scrollbar when page refreshes
Hi, I set overflow:hidden and also tried removing the overflow property, but still getting the scrollbars. Thank you
Posted to
Client Side Web Development
(Forum)
by
venkatzeus
on 11/4/2009
Re: Avoid Scrollbar when page refreshes
Hi, I tried removing that also. But still no go
Posted to
Client Side Web Development
(Forum)
by
venkatzeus
on 11/4/2009
Check Ajax method call
Hi, How to check if a method is called from Ajax method or from normal postback server button. [Ajax.AjaxMethod(HttpSessionStateRequirement.ReadWrite)] public string AJAXCallChanges() { Test(); } protected void btnServer_Click(object sender, EventArgs e) { Test(); } In the Test method, how to check if called from normal button or from Ajax method . Thank you
Posted to
Getting Started
(Forum)
by
venkatzeus
on 10/30/2009
Re: using SelectSingleNode
Hi, When i debugged, i got as: '((System.Xml.XmlElement)(xmlDoc.DocumentElement.SelectSingleNode(strFieldName)))' is null
Posted to
Getting Started
(Forum)
by
venkatzeus
on 10/28/2009
Illegal characters in path
Hi, I am creating an xml from javascript and then passing the xml to c#. The xml creation in javascript is as follows: function MakeXML(listArray) { var doc = new ActiveXObject('Msxml2.DOMDocument.3.0'); var ns1 = 'http://example.com/ns1'; var root = doc.createNode(1, 'Mike', ns1); for(var i=0;i<listArray.length;i++) { var bar = doc.createNode(1, listArray[i], ns1); bar.appendChild(doc.createTextNode(document.getElementById(listArray[i]).value)); root.appendChild(bar);
Posted to
XML and XmlDataSource Control
(Forum)
by
venkatzeus
on 10/27/2009
Re: Illegal characters in path
Hi, Thank you very much.
Posted to
XML and XmlDataSource Control
(Forum)
by
venkatzeus
on 10/27/2009
using SelectSingleNode
Hi, I have xml as follows: <Input xmlns="http://example.com/ns1"> <txt1>free</txt1> <txt2>to</txt2> </Input> I am getting the xml as follows in c#: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(strXML); I want to get the value of "txt1", using selectsingleNode. How to use selectSingleNode to get the value. Thank you
Posted to
Getting Started
(Forum)
by
venkatzeus
on 10/27/2009
Re: using SelectSingleNode
Hi, I tried the code you had provided, but i am getting "Object reference not set to an instance of an object." error. This is what i tried: public static string GetXML(string strXML, string strFieldName) { XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(strXML); string myVal = xmlDoc.DocumentElement.SelectSingleNode(strFieldName).Value; } strFieldName contains "txt1". Thank you
Posted to
Getting Started
(Forum)
by
venkatzeus
on 10/27/2009
Page 1 of 54 (533 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