Showing posts with label friends. Show all posts
Showing posts with label friends. Show all posts

Wednesday, March 28, 2012

ATLAS Web User Control using AutoCompleteTextextender

hi friends

I have made to web User Controls. one is for Project selection and other is for Resource Selection. I have made is using ATLAS AutoCompleteTextExtender. Actually I want that when a user selects a project then according to this the Resource should should be come.

Actually I want that when user selects a project then I set the Project Id in my query , according to this Resource sholud be come.But I am unable to find the place , where I will write this. please reply this.

manish

Hi Manish,

The way that i see your problem you don't need an autocompletetextextender but just an update panel that will be trigger when you enter your project name. something like this:

<atlas:UpdatePanelID="upResults"runat="server"Mode="conditional">

<ContentTemplate>

<asp:TextBoxID="TextBoxResource"runat="server"></asp:TextBox>

</ContentTemplate>

<Triggers>

<atlas:ControlEventTriggerControlID="DropDownListProjects"EventName="SelectedIndexChanged"/>

</Triggers>

</atlas:UpdatePanel>

Hope this helps

Regards,


hiDennis

First thanks for reply. Deniss I think U have not got my actual problem. Actually I have made two controls using AutoCompleteTextExtender , this is in two pages and I am using both in third page. Suppose anyone selecting a project in one textbox then I want to store the current Project in session , which I can use in the WebService of another autocomplete Extender that is for Resource selection. My problem is that after selecting a Project I am not able to find the way to store the current project in session or anywhere. And I cannot use this value directly in another webservice bcz all r in different pages.I want a way to fire a postback of only the project selector, by which on lostfocus , I can store this value.

please reply .

Regards

Manish

Monday, March 26, 2012

ATLAS UNKNOWN ERROR SOLVED

Hi friends,

Recently we solved almost all unknown error issues.

1> Remove all response.write statements with registerclientscriptblock.

2>Remove or correct all unformatted html,javascript.

3>Put javascript functions in cdata tags.

4>If any css,js files are included check their syntax with fiddler tool.

5>You can also use some scripts to handle atlas errors

If you have any suggestions or corrections please reply so that i can imrove on this.

lohogaonkar.amit@dotnet.itags.org.yahoo.com

Hi, Ok i will test these in my at atlas

Recently we solved almost all unknown error issues.

1> Remove all response.write statements with registerclientscriptblock.

2>Remove or correct all unformatted html,javascript.

3>Put javascript functions in cdata tags.

4>If any css,js files are included check their syntax with fiddler tool.

5>You can also use some scripts to handle atlas errors

If you have any suggestions or corrections please reply so that i can imrove on this.

Email me atlohogaonkaramit@.yahoo.com