Updatepanel servercontrolJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    64 updatepanel servercontrol jobs fundet, i prisklassen EUR

    I have attached a sample asp.net solution that uses this control If it is used in an UpdatePanel it works until a partial postback is called. Need help to resolve it so that we can integrate it into our main project. Time critical! Must be done in 24 hours. If you run the page called and hover over the Calendar icon, you will see that the popup works and you can select Google Calendar. If you press the button, it will update the time text box and then if you hover over the Calendar icon, you will see that the popup does NOT work. Here is a YouTube video showing the issue

    €147 (Avg Bid)
    Fremhævet
    €147 Gns Bud
    12 bud

    ...app, there is a line of code (shown below) which jumps to the next textbox depending on if the user presses the direction keys, or the ENTER button. When the focus moves to another textbox, it does come calculations, updates the value AND STYLE in some textboxes and then the UpdatePanel refreshes. So the problem is this, whilst everything works for the cursor keys, it does not work for the ENTER key. The use of the ENTER key updates the style of the grid (as it should) and does the calculations, but the updatepanel is not refreshed with the new TextBox values - even when I call the in the background code. I need somebody who knows the way that textboxes deal with ENTER to find the cause and fix the bug. Will supply the SQL database (its small, and will be supplied in...

    €150 (Avg Bid)
    €150 Gns Bud
    13 bud
    Write some Software Udløbet left

    I have written a web application in ASP.Net, VB.Net, Ajax, Bootstrap and Visual Studio 2010. The application works fine except for the AJAX updatepanel which fires correctly and I can trace the code but the content does not update on the browser side. I need an AJAX expert who can fix this issue remotely using TeamViewer. The scope is: 1- Check the current code on one page 2- Fix the code (1 page only) 3- Provide explanation on why it was not working and how it was fixed. Bidders must provide proof of similar expertise. Thank you,

    €24 (Avg Bid)
    €24 Gns Bud
    12 bud

    Looking to incorporate fade in / fade out functionality for one of the (span/label/div) in my website (asp.net updatepanel). Looking for expert in JQuery / Javascript and having knowledge of asp.net. Freelancer need to work remotely through teamviewer on the code. Task of 30 mins for an expert.

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    5 bud
    Write some Software Udløbet left

    Need your help for Updatepanel in asp.net C#. my updatepanel lost focus and css.

    €20 (Avg Bid)
    €20 Gns Bud
    7 bud
    ASP.Net Tasks Udløbet left

    I am maintaining 15 sites with ASP.Net and I am needing an assistant due to overload.. The first one is trial task...Its a small issue regarding URL I use URL rewrite like for Now with ASP.net AJAX UpdatePanel,on each button click the parameters are repeated So,on first click - it becomes on second click - it becomes on third - I want to fix this.. Many more tasks to follow

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    17 bud

    We have an Asp.Net website written in C#, Currently it uses things like UpdatePanel, ServerSideControls, WebPage Classes etc. these things bind the UI to the backend. The task would be to re-architect this website into a two-tier application i.e. clearly separate the frontend code(HTML/JS) with backend code(APIs exposed through ASHX) The site is small website, with following high level pages, 1. Homepage With signIn Registration links and other info. 2. Registration Wizard that takes user through 5/6 steps and gathers info from them. 3. Search Page where serach/filter criteria is provided to get back the results 4. Profile Pages for people who register on our websites. (More or less shows the info collected while registration) 5. Messaging Page which lets people send m...

    €316 (Avg Bid)
    €316 Gns Bud
    40 bud

    I need a solution on how to make Enter key sets focus to next textbox. This works fine But when I wrap it in UpdatePanel & ModalPopupExtender, & clicks Submit button, it stops working

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    16 bud

    I need a solution on how to make Enter key sets focus to next textbox. This works fine But when I wrap it in UpdatePanel & ModalPopupExtender, & clicks Submit button, it stops working

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    2 bud

    Job Description: - edit an existing web form application to load partially, showing a loading image inside an update panel, similar like in this video:

    €89 (Avg Bid)
    €89 Gns Bud
    14 bud

    when trying to show up file dialog to save file to local computer with the code, it seems not showing, pls note that the page has got updatepanel string fileName = Session["previousinvcode"].ToString() + ".pdf"; filePath = ("~/Invoice2014/" + Session["previousinvcode"].ToString() + ".pdf"); response = ; (); (); = "application/pdf"; ("Content-Disposition", "attachment; filename=" + fileName + ";"); (filePath);

    €24 (Avg Bid)
    €24 Gns Bud
    16 bud

    having an add-on to code project where fancybox (source available) code needs to be on the main page, and once popup show, it has a grid and user will choose one of the row in the first grid to send unit price back to main page's textbox. would prefer user with asp.net updatepanel knowledge and any skills relevent to this project

    €373 (Avg Bid)
    €373 Gns Bud
    2 bud

    would like to hire a freelancer who would be able to add effect to existing page's updatepanel gridview (eg. to allow double click for update record, then refresh grid and highlight on selected row,)

    €39 (Avg Bid)
    €39 Gns Bud
    2 bud

    • Goal: In this assignment you are revising your project 4 to add AJAX capabilities (that’s it). For the most part this will mean simply adding a few AJAX controls and moving a few your existing controls to use UpdatePanel. The goal will be using the ASP.NET AJAX extensions to make the RadioButtonList and TextBox update WITHOUT posting the entire page back to the server.

    €9 (Avg Bid)
    €9 Gns Bud
    1 bud

    i have a project and need help in some issues . some of issues : 1- make datagrid calculations using jquery . 2- i have a textbox , when user click it , it will open popup contains customer names , when user select the name it will return customer id . 3- fix some calculations issues because using jquery and updatepanel . i need expert for this tasks , because i am a developer and need help from professional freelancer .

    €161 (Avg Bid)
    €161 Gns Bud
    27 bud

    The steps that need to happen are: In code behind: 1) let's say we have a base JPEG image 2) load it into a Bitmap object and DrawString on it based on text from an html input control 3) save the resulting Bitmap to disk, appending current ticks to it to prevent browser caching 4) update the image using a partial asyncpostback In asp/javascript/html: 1) the asp:image sits in an UpdatePanel 2) there is a text box with text that will be drawn onto the jpeg 3) when a user types a character, the image is updated and reloaded (catch "onkeyup", for example) 3.1) the postback is partial, so the text box keeps focus, you can keep typing and the image is continuously refreshed 3.2) there is absolutely no flicker when the image is updated - you can use any tr...

    €186 (Avg Bid)
    €186 Gns Bud
    36 bud

    i have GridView control that is inside the UpdatePanel control shows the results ( 1500 rows ) , inside gridview i have a imagebutton . when click image button , response is very slow and take more than 5 seconds . i need urgent help .

    €61 (Avg Bid)
    Fremhævet
    €61 Gns Bud
    17 bud

    Hello, I have an ASPX file on my server which has an updatepanel by ScriptManager with server side coding. The update panel updates by ajax through ScriptManager after submitting a form inside. In this case, the page doesn't load again but update panel gets updated only. Now, I need to run a static javascript function, defined inside head, to be called just after the updatepanel updates. Need it done within 1-2days. Experienced and serious bidders only who can make it done with perfection. Thanks Regards

    €8 / hr (Avg Bid)
    Fremhævet
    €8 / hr Gns Bud
    23 bud

    I want to learn asp dot net following features need to be described 1) using Ajax with ScriptManager, UpdatePanel 2) Linq 3) SQLhelper for SQL DB connection MVC 5) jQuery and Javascript implementation 6) Implementation of StyleSheet/Theme/Skin 7) WPF/WCF 8)SQL Database features like views, store procedure, functions, trigger. And i also want a quick tour to C# before beginning Asp.net. All of above has to be completed in one month by giving me 1-2 hour daily. Please bid price for whole month or whole of these contents i would rather prefer learning hours in night after 9.00PM. Please note that i want all practical knowledge with no detailed theory needed. Preference to Lower Budget But Expert and Experienced freelancer from India.

    €103 (Avg Bid)
    €103 Gns Bud
    15 bud

    Looking for a PHP developer to scrape data from a website using ASP.NET, UpdatePanel class and __doPostBack functions. To get to the needed data the script has to click several links, fill a search form, post, and click links from the results page and extract data from UpdatePanel.

    €296 (Avg Bid)
    €296 Gns Bud
    10 bud

    ...current website built with the following technologies: 1. classic web forms. 2. Sql Server 2008 R2 3. Stored Procedures. In the new MVC version should create a lighter & faster pages with better technologies. The following must be changed: 1. GridViews Controls should be replaced with Jquery Grid such as (need to be approved by me before implementation). 2. UpdatePanel controls. 3. ModalPopup controls. * You can not change the DB schema. * You should keep using the stored procedures. 1. To visit the current website: (the site is in Hebrew) 2. In the main text box type: '??????' (this is an auto complete textbox of city list) 3. choose from the yellow boxes. (categories) 4. what you see here is a list of shops with their

    €935 (Avg Bid)
    €935 Gns Bud
    13 bud

    Greetings - I have a site where the ASP.NET controls (dropdownboxes, radiobuttonlists, etc.) lose their .CSS values on postback. This happens with controls located in AJAX UpdatePanels and outside of UpdatePanels - so I don't think the UpdatePanels are the problem. I have already tried to fix the problem for over two days now and I usually know what I'm doing - so UNLESS you are a wizard with both .CSS and ASP.NET (and VB.NET) please don't bid! I would like to see examples of other work you've done with dropdownlists and postbacks retaining .CSS before/after postbacks, if possible. Bidders with live examples will get preference! I tend to ignore bidders with boilerplate proposals, FYI. Thanks.

    €58 (Avg Bid)
    €58 Gns Bud
    14 bud

    ...the functionality of a page in my project but when i add a record to a gridview in a updatepanel the css is not applied to the new record. i need someone with a good understanding of css ajax and some .net that can use the framework of this project and fix the problem. as you will see when clicking the little icon on the first 5 records a light box appears with an image. but if you click add item and a new record appears in the gridview but when you click on the icon it loads full page instead of within the light box. Any questions let me know ## Deliverables i have created a sample page that mimics the functionality of a page in my project but when i add a record to a gridview in a updatepanel the css is not applied to the new record. i need someo...

    €29 (Avg Bid)
    €29 Gns Bud
    2 bud

    ..."my account" "contact" from admin panel in the site; "about" "article1" "article2" "article3" every article's content needs to be editable in admin panel and can be upload imgs for the content, but they can use the tagname of uploaded imgs in editor like "This is the about page [UPLIMG1] this is the about page [UPIMG2]"... All of these will be in the dialog and must be with ajax (updatepanel etc..) also in the site, "books" and "gifts" page listings are same (like ) but "electronics" will be different (like ) also we need to make subcats to "electronics" like "cameras" "laptops" but we can use them from "(like) " (...

    N/A
    Fremhævet
    N/A
    0 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Forseglet

    Its a very simple fix (ASP.NET AJAX). I have a page in UpdatePanel there is a Gridview. Page Also have a ASP Button I want to Asyn refresh GridView when button is clicked. It should be something like that but I am stuck in between. Its a very simple fix.A experience programmer will take only 10 min to fix it Also my buget is very small Only bid I f you do this in $10 Also I can consider you to provide more work if its worked out well. (Complete code will be provided to you ) Sample Code:- <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <GridView>....</GridView> </ContentTemplate> <Triggers> <asp:AsyncPostBackT...

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    15 bud

    ...environment of our website. For starters, we need a file upload control with progress indication. This control should use AJAX and JQuery only and no Flash, no Silverlight or any other external plugin. It would be a plus if it could preview its thumbnail when a picture file is selected before its actually uploaded. The control should not lose its functionality after a partial postback within an UpdatePanel. You can see for reference Telerik's AsyncUpload control at We want the scripts to be in ASP.Net and we will need more customized controls with in few days. We are short on time and want it done immediately. Please bid with an estimated cost and time to complete the job. If you have

    €134 (Avg Bid)
    €134 Gns Bud
    14 bud

    Hi! Current code looks like this: The current grid looks like this: I want it to look like the image provided. The links opens information in an iframe (name/id of target is bud) not visible in the links. I also want the following features added: 1. Selected (clicked) row highlighted as in the image, this needs to be c...The current grid looks like this: I want it to look like the image provided. The links opens information in an iframe (name/id of target is bud) not visible in the links. I also want the following features added: 1. Selected (clicked) row highlighted as in the image, this needs to be client side, no page postback. 2. Refresh every 60 seconds, no page reload, just updatepanel-ajax-style.

    €154 (Avg Bid)
    €154 Gns Bud
    3 bud

    We need to have a sharepoint custom content query webpart which would query across site collection, site, and a specific list/library and display the results in a user friendly AJAX updatepanel and gridview with dynamic refreshing, filtering, grouping, paging.

    €306 (Avg Bid)
    €306 Gns Bud
    5 bud

    I have an ASP.NET page with three textboxes where the user can enter search critera: txtCustomerID, txtCustomerName, txtContractID and then click the link button lnkSearch. In an UpdatePanel the result is shown in a DataList. When clicking on a record in the DataList the user is taken to another page. When clicking the return button on this page the user is taken back to the original page but the DataList in the UpdatePanel isn't visible. I want it to be visible without use of sessions and without a new trip to the database. You just have to show me how to make the DataList in the UpdatePanel to be visible when returning to this page from another page, all other details are unrelevant. I don't have time to anonymize and attach my mockup files s...

    €28 (Avg Bid)
    €28 Gns Bud
    13 bud

    I have a C# ASP.NET page that I need help with. I have a payment page with a CreateUserWizard panel that I want: 1. To use AJAX (UpdatePanel) to populate the UserName field with the email address field. 2. I want it to update without refreshing the entire page. 3. I also want the Username to be read-only or hidden so that the email address will be the username as well. 4. When the account is created, I want the to be false. 5. Also, after the user has created the account, for the next page to be ~/ after the create user button is pressed. 6. And I would like to set to true after a PayPal IPN (different page...I just need the code to embed). This would require the CodeBehind to lookup the email address in db (MembershipUser)

    €46 (Avg Bid)
    €46 Gns Bud
    1 bud

    ...3 controls that work ( 3 category listboxes) and the buttons for the popups. The popups only contain a label, <Save>, and <Cancel> buttons and are prototypeswrappers for the next projects in the entire application. Required Skills: ====================== Visual Studio 2008 HTMLDHTML asp.Net asp.Net User-Controls JavaScript jQuery vb.Net CSS AjaxControlToolkit, UpdatePanel, AsyncPostBackTrigger, BROWSER SUPPORT (all program code must work in these browsers) =============== Internet Explorer 7,8,9 Firefox 3.5, 3.6 Chrome Safari on Mac If developer needs assistance testing on these browsers please tell employer when you bid so employer can plan for this. It would be good if developer can test on all these platforms bu...

    €568 (Avg Bid)
    €568 Gns Bud
    4 bud
    Auction Timers Udløbet left

    Im am looking for a? auction timers.. This wil be used for penny auction.. It? should look like like the auction timer in [][1] and click on unique bid and then click on an item to see the timer that shows days, hours, minutes, seconds. The box around the days value should be rounded and can be a ...in the timer. If its a regular auction, just have it count down.. Any addtional features would be great... Basically it should be smooth, have styling options, should be accurate, have pooling option.. The date I will be providing the timer will be UTC, it will be up to you to convert to local and make any adjustments... The timer can be done in javascript, etc.. I prefer servercontrol, if this approach is possible.. Demo required in asp.net, vs2010 c#

    €208 (Avg Bid)
    €208 Gns Bud
    7 bud

    Execute Client Side Javascript on a Webpage Which Contains an UpdatePanel ## Deliverables Execute Client Side Javascript on a Webpage Which Contains an UpdatePanel ? Execute client side JavaScript on a webpage which contains an UpdatePannel. The code should work as follows: Page loads ? JavaScript is executed User clicks on a an ASP.NET server side control, the page is updated accordingly and the JavaScript is executed after the page is updated. ? Code must work with an Update panel on the page. JavaScript to be dynamically written based on a variable set in the code behind. For example: ? A variable named X1 ? If X1 = “1?? Then the script that gets executed is <script language=javascript>function1();function2();</script> ? If X1 = ...

    €13 (Avg Bid)
    €13 Gns Bud
    4 bud

    ...this technology to limit who has access to this page. All of this works from visual studio but now that I have deployed this to IIS I am having some issues. The deliverables for this project would be as follows. I need to resolve the issue with the SQL Role manager from IIS. I believe this is related to setting in file. When the user selects edit linkbutton and the updatepanel diplays the record and the user performs some type of action and closes the panel. When the next record is selected via the edit linkbutton. The previous record shows in the update panel and then it takes a second for the new record to show. I need to somehow handle this so that the users recognizes that there is a delay or to clear the screen until the new record shows. this has somethin...

    €129 (Avg Bid)
    €129 Gns Bud
    12 bud

    ...password, WITHOUT leaving your website. 2. Customer makes the payment using PayPal. 3. The payment information is sent to PayPal using PayPal Express Checkout API operations. 4. The funds from the transaction are sent to your PayPal account. 5. Paypal notifies about the transaction status BACK TO THE SITE It should be built so that there is no flickering from screen updates, using AJAX UpdatePanel. Once it is running in PayPal Sandbox I will be satisfied. I copied most of this project request from one someone made earlier. It is exactly what I want. This must be built in Visual Studio for ASP.Net 2.0 and above with VB.net /AJAX and I will need the entire solution files. Thanks...

    €28 - €232
    Forseglet
    €28 - €232
    9 bud

    ...WITHOUT leaving your website. 2. Customer makes the payment using PayPal. 3. The payment information is sent to PayPal using PayPal Express Checkout API operations. 4. The funds from the transaction are sent to your PayPal account. 5. Paypal notifies about the transaction status BACK TO THE SITE It should be built so that there is no flickering from screen updates, probably using AJAX UpdatePanel. Once it is running in PayPal Sandbox I will be satisfied. I copied most of this project request from one someone made earlier. It is exactly what I want. This must be built in Visual Studio c# or VB and I will need the entire solution files....

    €174 (Avg Bid)
    €174 Gns Bud
    20 bud

    I need a c# 3.5 .net server control for readmore wrapping.. What do I mean by this... I want? control that I can specify a paragraph and tell the control I want it to collapse the paragraph by character length or word length.. There should be a mode for that. In character mode if shouldn't break a word, but break before a word starts. Once the paragraph is collapsed there will be a button after? the last word.. It could be a image or text. If it is text I can specify a style sheet for that.. the styles should be for both expanded and collapsed methods. The paragraph should have its own CSSstyle. JavaScript should be used for collapsing and expanding.. I should be able to have many paragraphs on a page.. Example: This is a test and I would like to write ...

    €73 (Avg Bid)
    €73 Gns Bud
    11 bud

    I haven't done much servercontrols, so I need someone to fix some issues and make the control work.. The will need t...issues.. The flag row is always A, B, C, D, etc... depending on row.. Also need? some functions called AddRow(string destination) DeleteRow(int Index) I should beable to call these on the control.. when a button is pressed on the page... So what do you need to do... Get Flags to work Get Add To work and get delete to work... Should be quick job if you are a servercontrol person... Need this immediately, few hours... ## Deliverables See attachment and also provide demo with control working in MASTERPAGE enviroment.. Should be able to have as many controls as possible on the page.. Please see attachment for cu...

    €58 (Avg Bid)
    €58 Gns Bud
    3 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Forseglet

    I need this exactly, but in an ASP.Net 3.5 control. ... Hide the javascript layer, and make it a pure control. Basically, I need the same functionality of the AjaxControlToolkit's ReorderList control, but that the items can also be moved to another ReorderList control. ## Deliverables Requirements * State of the item orders in containers should maintain across postbacks. * Should be able to work inside UpdatePanel * Written in C# * Should be able to be add/delete items to a container in code-behind * Should have an event when an item is dropped on a container that provides the IDs of the item that got dropped, which container it was dropped to, and which container it was dragged from

    €56 (Avg Bid)
    €56 Gns Bud
    7 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Fremhævet Forseglet

    The technology involved are Microsoft Sql Server Express 2008, ASP.NET 3.5 and Javascript. The? issue is concerning light ajax update (without using updatepanel.) I have an in house web designer with descent background in development. **This can be a 1 hour project as I only need help with the live update part.** The idea is a user of the website will pick up to 5 stocks which they will all continuously update on whether it will gain or lose value from? its current position.? I will not provide a live stock tick on my site.? Rather, I will provide the number? of users who think whether it is going up or down at any given time, accurately to the current second..? The page will be updated every second. ? I expect about 500 to 1000 users at any given time during trading hours, all...

    €65 (Avg Bid)
    €65 Gns Bud
    10 bud

    I need a servercontrol that behaves as bread crumbs and a link list. This needs to be written in asp.net c# 3.5 Please read specification.. Attached The spec is just an approach I was thinking and I would like you to consider what I want to acheive and possibly make changes or add additional properties to make it very uiniversal. So this is not only coding, but also designing it appropriately. My appraoch verywell may be good.. Let me know.. thanks

    €258 (Avg Bid)
    €258 Gns Bud
    8 bud

    This should be done in ASP .net 3.5 c# This should be a quick project and I need this in 1 day. I need a server control which will will return the meta data and title of a given URL. Try submitting a link on Mixx and you will see what I mean. When you submit a link it parses the given HTML of the url for the title and meta tags. I need the same. You will need to so this with javascript so I figured you can wrap this whole thing into a server control. So what will the server control have properties URL - string MetaData - returns hastable with key value pairs. Put all available metadata. MetaDataFields - a stringlist of fields I want you to search fo rmeta data. So if I write Description, Keywords, the metadata property hastable will have 2 keys (description, keywords) Title ...

    €57 (Avg Bid)
    €57 Gns Bud
    10 bud

    ...AJAX 3.5 using VS2008 (all code behind must be in VB) All pages are ASCX and use UpdatePanel / UpdateProgress The site works OK but requires minor modification on the "Contact Us" / "Request Information" page. This page uses the ASP.NET NameSpace and has some validation. Form works OK excepting for: 1) accidental use of "enter" key (13) submits partially compled form - we need to disable "enter" key. 2) Progress indicator's position is currently displayed below the form and not visible without scrolling down. Ideally after submitting the form the UpdatePanel should clear and then display the progress message, then clear the updatepanel again to display the thankyou page. (TheProgress indicator is di...

    €69 (Avg Bid)
    €69 Gns Bud
    6 bud

    Looking for translation of small usercontrol into a servercontrol in ASP.net c#.. Please user VS2008 3.5 .net.. This is a usercontrol that have a few placeholders in it and some properties. The servercontrol should be called MlxWorkspace. Attached is the UserControl. The servercontrol should have innerproperties and should be called. I can have any controls within the placeholders.. Example.. <MlxWorkspace> <body> ? <asp: Button Text="MyButton" /> </body> <validators> </validators> <post> </post> </MlxWorkspace> There should be a few additional properties added: HeaderText? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? HeaderCssclass BorderWidth CellPadding Ce...

    €50 (Avg Bid)
    €50 Gns Bud
    7 bud

    ..."no existing? products available" message? if none available). This? page can be considered a Master? in a Master-Detail setup.? Above the list of products there must be? a DropDownList control, which in turn? must contain a databound list of categories.? When the user changes the selecteditem of? the DropDownList control, the list? of? products below it, must refresh using an? ASP.NET AJAX UpdatePanel.? The? productlist? must then contain the products that belong to the selected category. The list must be ordered using the AddedDate property of products. Each row in the productlist must at least? contain the following information and buttons (in order): * Product titletext (Label) * Added date (Label) * Edit (LinkButton) * Delete (LinkButton) Below the prod...

    €208 (Avg Bid)
    €208 Gns Bud
    18 bud

    ... Private Sub SetCheckToFalse() For Each ctrl As Object In If TypeOf ctrl Is CheckBox Then CType(ctrl, CheckBox).Checked = False End If Next End Sub ***************************************************************** Dim mstrPage As MasterPage = Dim cph As ContentPlaceHolder = ("Main") Dim up1 As UpdatePanel = ("UpdatePanel1") If Not cph Is Nothing Then If Not up1 Is Nothing Then For Each c As Object In If TypeOf c Is CheckBox Then CType(c, CheckBox).Checked = False End If Next End If End If ***************************************************************** For Each ctlPage As Object In

    €7 (Avg Bid)
    €7 Gns Bud
    1 bud

    I need one form (Contacts), two database tables (Contacts and FieldConfig), and two C# Class (Contact, Configuration). The Contact form must be part of a MasterPage and reside within the Content. Updates to the form should be completed via the ASP.NET AJAX framework. Creating, retrieving and updating Contact information in the database must be actionable via an AJAX request (using the UpdatePanel is fine). Each field of the form must provide a method for alerting the users to error (either via AJAX validation as the user moves from field to field, or during the Save operation). Fields in error should be reported as having a RED border. This development is part of a larger system. If successful, I will have much more development work for the successful developer. I ha...

    €138 (Avg Bid)
    €138 Gns Bud
    60 bud