<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Forum Posts</title><link>http://weblogs.asp.net/atlas-forums/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>getting selected value from autoCompleteExtender</title><link>http://forums.asp.net/thread/3274317.aspx</link><pubDate>Sat, 04 Jul 2009 06:16:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139895</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139895</wfw:commentRss><comments>http://forums.asp.net/thread/3274317.aspx#comments</comments><description>function pageLoad(){ $find(&amp;quot;autoCompleteBehavior1&amp;quot;).add_itemSelected(onItemSelected); } function onItemSelected(){ //you can add some code here to send a postback. alert(&amp;quot;hello&amp;quot;) } using above oon the client side i get the messgae from alert but i need the select value from the autocompleteextender in the textbox so that i culd assign that value to a hidden field &amp;amp; use that in the server side query to get the corresponsing details i am not able to use the normal javascript code ie document.getElementById(&amp;#39;autoCompleteExtender1&amp;#39;).value or even with the textbox Read More......(&lt;a href="http://forums.asp.net/thread/3274317.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139895" width="1" height="1"&gt;</description></item><item><title>No extenders...</title><link>http://forums.asp.net/thread/3274210.aspx</link><pubDate>Sat, 04 Jul 2009 04:20:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139807</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139807</wfw:commentRss><comments>http://forums.asp.net/thread/3274210.aspx#comments</comments><description>I&amp;#39;m using VS2008, and have installed Ajax controls. I can use UpdatePanel etc.. but on ther toolbar, there&amp;#39;s no &amp;#39;Calander&amp;#39; and other options. Also, I have no &amp;#39;Extenders&amp;#39; anywhere in the toolbox. All I have is Pointers, ScriptManager, ScriptManager Proxy, Timer, UpdatePanel and UpdateProgress. I have the latest Ajax DLL. What am I missing? Seems I&amp;#39;m missing a load of things. Read More......(&lt;a href="http://forums.asp.net/thread/3274210.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139807" width="1" height="1"&gt;</description></item><item><title>How to Optimize the rendering speed of a ASP Ajax Page</title><link>http://forums.asp.net/thread/3274163.aspx</link><pubDate>Sat, 04 Jul 2009 03:10:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139808</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139808</wfw:commentRss><comments>http://forums.asp.net/thread/3274163.aspx#comments</comments><description>Hi I am a new comer at ASP.net Ajax page. so am faceing some problems. I have a ASP.net Ajax page where i use 3 ASP. dropdown List and 3 cascading dropdown extender for those 3 dropdown list. when i call the page from server it takes long time for first time rendering compare to a normal aspx page containing three dropdown list. How can i optimize the download/rendering speed of a aspx page containing Ajax Controls. I need this help very bedly...Is there Any one who can help me.. you can view the my page at http://122.144.14.112/weberp/warehouse/finishgoodIn.aspx Read More......(&lt;a href="http://forums.asp.net/thread/3274163.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139808" width="1" height="1"&gt;</description></item><item><title>AJAX Enabled Custom Control</title><link>http://forums.asp.net/thread/3274107.aspx</link><pubDate>Sat, 04 Jul 2009 00:12:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139647</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139647</wfw:commentRss><comments>http://forums.asp.net/thread/3274107.aspx#comments</comments><description>Hello, I&amp;#39;m trying to figure out what the best approach to a new project is. I&amp;#39;d like to write a custom control that, when I drop it on a page will (among other things) emit JavaScript code that will enable the control to make an AJAX call to one of it&amp;#39;s own functions that retrieves data from the Cache object and updates a Label control with the data. I&amp;#39;m not sure what mechanism I should use to accomplish this, though. WCF and Web Services both require an external .asmx or .svc file and the manual registration of the service with the ScriptManager. I&amp;#39;d like to find a way to keep this completely encapsulated within the DLL so that I can use in it various projects. I can do this all without a custom control just fine by following...(&lt;a href="http://forums.asp.net/thread/3274107.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139647" width="1" height="1"&gt;</description></item><item><title>"Error on this webpage might cause it to work incorrectly" script into UpdatePanel</title><link>http://forums.asp.net/thread/3273893.aspx</link><pubDate>Fri, 03 Jul 2009 18:07:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139542</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139542</wfw:commentRss><comments>http://forums.asp.net/thread/3273893.aspx#comments</comments><description>Hi everybody! in my page i&amp;#39;ve only an updatePanel and i use js alert to display a messageBox in cause of error; Sometimes when i run the application; IE back me the error in the subject. Expected &amp;#39;)&amp;#39; Code:0 In the specific the error details is: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729) Timestamp: Fri, 3 Jul 2009 17:47:44 UTC Message: Expected &amp;#39;)&amp;#39; Line: 86604737 Char: 20 Code: 0 URI: ***** The code i use to display js alert for all the messageBox is : String script = &amp;quot;alert(&amp;#39;Error!.&amp;#39;);&amp;quot;; //The message depends by the error i want to display ScriptManager.RegisterClientScriptBlock(Page...(&lt;a href="http://forums.asp.net/thread/3273893.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139542" width="1" height="1"&gt;</description></item><item><title>AutocompleteExtender not displaying results on prod server</title><link>http://forums.asp.net/thread/3273750.aspx</link><pubDate>Fri, 03 Jul 2009 15:15:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139544</guid><dc:creator>ASP.NET AJAX Networking and Web Services</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139544</wfw:commentRss><comments>http://forums.asp.net/thread/3273750.aspx#comments</comments><description>I have an autocompleteExtender that I wrote on my dev server and wanted to promote it to my prod server but it won&amp;#39;t display the results of my query. I am using framework 3.5 and vs2008 as my ide on both boxes. I can see in debug that the webservice retrieves the data, 100 zipcodes, from the sql2008 database. The webservice gets the results and places them in the arraylist to send back to the calling page but the results never appear. I simply copied the project library from one server to the other and then changed the database references. I am assuming that I have some version issue of os, ajaxcontroltoolkit, framework or something else. On my dev box this works fine. My autocompleteextender looks like this: &amp;lt;ajct:AutoCompleteExtender...(&lt;a href="http://forums.asp.net/thread/3273750.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139544" width="1" height="1"&gt;</description></item><item><title>Sending Sms VIa JSON Not Acknowlege sucess mesage</title><link>http://forums.asp.net/thread/3273671.aspx</link><pubDate>Fri, 03 Jul 2009 14:26:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139545</guid><dc:creator>ASP.NET AJAX Networking and Web Services</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139545</wfw:commentRss><comments>http://forums.asp.net/thread/3273671.aspx#comments</comments><description>hello guys i am sending sms via JSON (first i did it by ajax but ajax does not support Cross domaon request so i had to do it with JSON (the Ajax Code Run Only on Localhost but after deploying on server It wasnt running) ) The Problem is that Ajax code was returning me error or sucess code by which i was showing Error sucess message but when i implement this on JSON ,it sens sms but unable to get Status of sucess or failure MY OLD AJAX CODE: var req = new XMLHttpRequest(); XMLHttpRequest = createRequestObject(); function sendRequest2() { try { var createdURL = &amp;quot;&amp;quot;;var page_url=&amp;quot;123456&amp;quot;; createdURL=&amp;quot;http://xx.xxx.xxx.xx/sendsms?username=USername&amp;amp;password=Pass&amp;amp;type=0&amp;amp;dlr=1&amp;amp;destination=919314371143&amp;amp;source...(&lt;a href="http://forums.asp.net/thread/3273671.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139545" width="1" height="1"&gt;</description></item><item><title>Prevent update panel blink in parent when __doPostBack() is called</title><link>http://forums.asp.net/thread/3273635.aspx</link><pubDate>Fri, 03 Jul 2009 14:01:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139543</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139543</wfw:commentRss><comments>http://forums.asp.net/thread/3273635.aspx#comments</comments><description>Hello there, I&amp;#39;ve some problem with update panel (UP) in parent form blinking after __doPostBack() from child is called When i do some action, like update som record in child (popup) window, I want to close the window, and force postback to parent. Problem is, that after this, althought that page content is in UP, the page blinks... this is the script I call from child if (!Page.ClientScript.IsStartupScriptRegistered(&amp;quot;CloseAjaxWithReload&amp;quot;)) { // Prepare the script to close the window StringBuilder script = new StringBuilder(); script.Append(&amp;quot;&amp;lt;script type=\&amp;quot;text/javascript\&amp;quot;&amp;gt;&amp;quot;); script.Append(&amp;quot;window.open(&amp;#39;&amp;#39;, &amp;#39;_self&amp;#39;, &amp;#39;&amp;#39;);&amp;quot;); script.Append(&amp;quot;window.opener.__doPostBack...(&lt;a href="http://forums.asp.net/thread/3273635.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139543" width="1" height="1"&gt;</description></item><item><title>ajax modal popup extender : how to hide on page load</title><link>http://forums.asp.net/thread/3273405.aspx</link><pubDate>Fri, 03 Jul 2009 11:34:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139283</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139283</wfw:commentRss><comments>http://forums.asp.net/thread/3273405.aspx#comments</comments><description>HI I AM HAVING MODAL POP UP IN MY WEB PAGE. I AM SHOWING GRID IN MODAL POP UP . BUT ON PAGE LOAD THE PANEL GET DISPLAYED AND SOON GET INVISIBLE.. IS THERE ANY WAY TO HIDE MODAL POP UP PANEL AT PAGE LOAD Read More......(&lt;a href="http://forums.asp.net/thread/3273405.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139283" width="1" height="1"&gt;</description></item><item><title>ScriptManager.RegisterPostBackControl problem</title><link>http://forums.asp.net/thread/3273381.aspx</link><pubDate>Fri, 03 Jul 2009 11:21:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139282</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139282</wfw:commentRss><comments>http://forums.asp.net/thread/3273381.aspx#comments</comments><description>Hi, I&amp;#39;ve created a web user control that have a FileUpload and a Button, and did put this control inside an UpdatePanel then register it like : ScriptManager.RegisterPostBackControl(Document1) and it worked OK. But the problem is that if I put another instance of my control and register them like: ScriptManager.RegisterPostBackControl(Document1) ScriptManager.RegisterPostBackControl(Document2) The second instance (Document2) works fine but Not the first one (Document1) and for that I&amp;#39;m assuming that only the second Document did get registered. So, how can register more then one control? Thanks Read More......(&lt;a href="http://forums.asp.net/thread/3273381.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139282" width="1" height="1"&gt;</description></item><item><title>Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3272723.aspx</link><pubDate>Fri, 03 Jul 2009 05:32:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139158</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139158</wfw:commentRss><comments>http://forums.asp.net/thread/3272723.aspx#comments</comments><description>Dear Friends, I have seen websites specially the cricket website which do the autorefresh and shows the latest data. Can anyone suggest me how to work it out. Thanks in advance Regards Chandrakant Read More......(&lt;a href="http://forums.asp.net/thread/3272723.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139158" width="1" height="1"&gt;</description></item><item><title>Background DB Checking? Eg Username Exists?</title><link>http://forums.asp.net/thread/3272696.aspx</link><pubDate>Fri, 03 Jul 2009 05:18:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139156</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139156</wfw:commentRss><comments>http://forums.asp.net/thread/3272696.aspx#comments</comments><description>Hi Guys, I have a user registration form, and would like to have a background Username checker.. That is, once the user exits the txtUsername TextBox, a background action happens, which checks if the Username already exists. I&amp;#39;m no Ajax or Asp.Net guru (yet), but could someone help me out with either ideas, or a link to where this might be explained? I think Ajax will do it for me, somehow, but not sure. The user should be able to carry on using the site while the check happens, so a postback (and subsiquent refresh of the screen) isn&amp;#39;t really an option. Thanks. Read More......(&lt;a href="http://forums.asp.net/thread/3272696.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139156" width="1" height="1"&gt;</description></item><item><title>How to Raise Event in Datalist for Embed control Urgent</title><link>http://forums.asp.net/thread/3272691.aspx</link><pubDate>Fri, 03 Jul 2009 05:17:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139135</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139135</wfw:commentRss><comments>http://forums.asp.net/thread/3272691.aspx#comments</comments><description>Hi Friends In am developing my project in asp.net 2.0 version using c#.I need to display ads which are in flash file format and to do this I am using datalist and places embed in Itemtemplate.I am binding data to the datalist. Now I need to count the users hits on a each ads,so that I need to raise the event when the user clicks on the flash file..I tried with Item-command event but it didnot work as I have embed . Please give me suggestions for this problem. Read More......(&lt;a href="http://forums.asp.net/thread/3272691.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139135" width="1" height="1"&gt;</description></item><item><title>get submenu</title><link>http://forums.asp.net/thread/3272613.aspx</link><pubDate>Fri, 03 Jul 2009 04:11:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139136</guid><dc:creator>ASP.NET AJAX Networking and Web Services</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139136</wfw:commentRss><comments>http://forums.asp.net/thread/3272613.aspx#comments</comments><description>hello in my project i m using menucontrol that is display using wcf services. i get to display main menu but i don&amp;#39;t know how to get submenu my code is below. for (int i = 0; i &amp;lt; menus.Length; i++) { if (menus[i].Parentid == null) { item = new MenuItem(menus[i].Name); Menu1.Items.Add(item); } } for (int j = 0;j &amp;lt; menus.Length; j++) { for (int k = 0; k &amp;lt; j; k++) { if (menus[j].Parentid == menus[k].Id) { Response.Write(menus[j].Name ); Response.Write(&amp;quot;////&amp;quot;); //MenuItem childitem = new MenuItem(menus[i].Name); //item.ChildItems.Add(childitem); } } } how to get display submenu Read More......(&lt;a href="http://forums.asp.net/thread/3272613.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139136" width="1" height="1"&gt;</description></item><item><title>Scriptmanagerproxy path to another server</title><link>http://forums.asp.net/thread/3272552.aspx</link><pubDate>Fri, 03 Jul 2009 03:26:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7139157</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7139157</wfw:commentRss><comments>http://forums.asp.net/thread/3272552.aspx#comments</comments><description>Does anyone know of a way to point the scriptmanagerproxy path to retrieve scriptresource.axd files or js from another server? For example: I want to use a content delivery network to serve the scriptresource.axd from in order for them to be loaded faster. If somehow the /scriptresource.axd can be modified to something like http://cdn.example.com/scriptresource.axd? that would be great Is it even possible? Any suggestions would be great... let me know if i&amp;#39;m going in the wrong direction or if there is another way. Also, there are something like 25 files, and three seperate scriptmanagerproxy&amp;#39;s had to be created because it kept exceeding the 1024 limit. Read More......(&lt;a href="http://forums.asp.net/thread/3272552.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7139157" width="1" height="1"&gt;</description></item></channel></rss>