User Profile
Collapse
-
What the Limitations of BizTalk on Integrating Legacy System Like AS400 ?
Can some one assist me what are the limitation of BizTalk Server when Integrating legacy System Like AS/400 ? Someone help really appreciates -
akshalika started a topic An Issues in Insert Data Into Oracle Database using BizTalk Server 2006 R2 project anin .NETAn Issues in Insert Data Into Oracle Database using BizTalk Server 2006 R2 project an
I am new to Biztalk. In my project we need to connect oracle database and insert data into oracle table using BizTalk project. I use WCF Adapter pack(SP2). I create biztalk project then using Consume Adapter Service Add-in create schemas to insert data into oracle database and tow-way send port binding file
Then create orchestration and logical receive port send port, Request-response port then after correctly connect those port with... -
Page_IsValid false even if CauseValidation false
Hi
In my aspx i have textboxes, and three button SKIP, Complete Order,Back and required field validators. SKIP and Back button has CauseValidation property to false. Only Complete Order click fire validation. Problem is once user click on Complete Order button then validation fire then if user click on Back Button nothing happen if user click on back button again go to previous page. Same thing happen for skip button. Then what I did is Added... -
No. what i want is. when postback happen in a page(because of button click or dropdown selection) which cause to navigate that page to another page(Response.R edirect...). I want to get Redirect URL before leave from first page and prevent redirect some restricted pages.Leave a comment:
-
how to Get PostBack details just before PostBack?
it's important for me to check something before postback. there are several postback controls on the page. is there any way to get postback details(url) before the page go into it?
thanks -
It seems like the purpose of storing values in application state it suppose to keep track about how many times each quotes display to users. Since application state is one repository for all users it needs to handle synchronous access.
http://msdn.microsoft.com/en-us/library/ms178594.aspx...Leave a comment:
-
Regular Expression Check for empty
I want regular expression which check for empty. pls help me. -
RegularExpressionValidator fire with postback
I have RegularExpressi on Validator which check textbox has some text fortmat. It should fire client side but it fire with postback. How to prevent postback???? -
-
dynamical bind required field validator
Hi,
I have a repeater control. it dynamically bind textbox or dropdown base on some condition. i want to bind required field validator dynamically for validate textbox or dropdown.
here is my aspx design
Code:<asp:Repeater ID="repeaterItemAttribute" runat="server" OnItemDataBound="repeaterItemAttribute_ItemDataBound"> <ItemTemplate>
Last edited by Frinavale; May 5 '09, 02:48 PM. Reason: Added code tags. Please post code in [code] [/code] tags. -
-
Here is my update process code
Code:<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"> <ProgressTemplate> <div id="updateprogressdiv"> <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/ajax-loader.gif" />
Last edited by Frinavale; May 5 '09, 02:50 PM. Reason: Added code tags. Please post code in [code] [/code] tagsLeave a comment:
-
I have doing a asp.net ajax web page which contains update process. Update Process contains a gif image. Current the update process(gif image) not centerline in browser i want to centerline it on browser. I try some css style but not work properly also some javascript.Leave a comment:
-
Center Preloader
Hi,
I have ASP.net AJAX website. In postbak there is a AJAX UpdatePrecess within that preloader image(gif) image.I want to center in on it browser. Some time browser content overflow(only vertically). -
-
Hi friends,
I have faced same issues.But it not work for me in FF. In bellow my code even if ScollTop greater than 0 it is not work
Code:var ScrollTop = document.body.scrollTop; if (ScrollTop == 0) { if (window.pageYOffset) ScrollTop = window.pageYOffset; else ScrollTop = (document.body.parentElement) ? document.body.parentElement.scrollTop
Leave a comment:
No activity results to display
Show More
Leave a comment: