Browse by Tags

Related Posts

  • There's always an easier way.

    Hello All, Right now I am getting ready to write an onSubmit handler. In the event handler, I would like to write a function that: - validate some information in a text box Should be 'RO' + 6 numbers(ex. RO152465) - builds a SQL query based on checkboxes selected and then the values that are in the drop...
    Posted to Web Forms (Forum) by dohertyk on 04-24-2007, 12:00 AM
    Filed under: event validation, TextBox, ASP.NET, form, radio button, DropDownList, submit, "Asynchronous Operation", <%@ Page Language="VB" %>, ASP.NET 2.0, codebehind, View, Database, Validators, DataGrid, event, ASP.NET 2.0 VB.NET, ASP.NET 2.0 IIS, SQLDataSource, visual studio, validation, IIS, validate, aspx, .net, ASP.NET 2.0 webform, Valdiation Controls, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, asp, Webforms, Beginner, dropDownList radiobuttonlist, events, event handlin, vb.net, CustomValidator, Button Event OnClick, validation Controls, SQL SERVER, 2.0
  • Dynamically displaying pictures on web applications by using VS 2005 Syste.Drawing method

    Here I am posting the sample code for resizing the pictures (thumb nail) on your web applications. Using this method we can resize the pictures with required width and height depends on application image size. Calss.Vb file -------------- Public Shared Function CreateThumbnail(ByVal [source] As Drawing...
    Posted to Web Forms (Forum) by SujaRavi on 04-26-2007, 12:00 AM
    Filed under: ASP.NET 2.0, dynamic controls, .net, drawing, access Web Form from User Control, Dynamic Control Generation, Dynamic Control, dynamic, 2.0
  • How to handle the data returned by web page

    Hi Actually i am working on google calender. I am accessing a page which requires credientials for access. I m passing required credientials to login in the google valender as query string in address bar. If login is sucessfull, then it returnes a page having some information. If login failed then it...
    Posted to Web Forms (Forum) by Abdul Javed Khan on 05-03-2007, 12:00 AM
    Filed under: .net, 2.0
  • ASP.net 2.0 -- Call a C program

    Dear all, I have a old project which is a c program, as i want to change it to web base but unlucky, i can't re-write all of that c program to web base. So i want to ask how can i make my asp web form scripts call the C programs, or wrap the C programs as Web Services ? Thanks you very much for your...
    Posted to Web Forms (Forum) by billywaiwai on 05-10-2007, 12:00 AM
    Filed under: ASP.NET 2.0 VB.NET, wrapping server controls in user controls, user32.dll, RemotePost, .net, 2.0
  • UserControl, changing the span-tag to a div-tag

    Hi, Im trying to do my site xhtml 1.0 transitional but having a problem with a usercontrol I have. When I use my UserControl there is a span-tag rendered around it containing the id of the control. This make my page/control fail XHTML 1.0 Transitional validation. To sum it up I want to change <span...
    Posted to Web Forms (Forum) by roffe99 on 05-24-2007, 12:00 AM
    Filed under: ASP.NET 2.0 webform, asp .net 2.0 webforms, control, usercontrols, .net, 2.0, masterpage usercontrol, C# asp.net 2.0 MediaPlayer mask hidde encrypt location url
  • How to update a word document template using ASP.NET 2.0

    Hi, Is it possibe to update a word document template using ASP.NET 2.0 example: This is a word template. Employee Name: <Name> Employee No: <EmpNo> Here i need to change only the field which has mentioned inbetween <> and this needs to be stored in a seperate file. Please help me out...
    Posted to Web Forms (Forum) by ngchandran on 06-14-2007, 12:00 AM
    Filed under: asp.NET 2.0 C#, Web Forms, .net, file write, Word, 2.0
  • Wizard Control - Finish Button Validation - Problem

    Hi, I have designed a registration form using Wizard control in Asp.net 2.0. it consists of 5 steps (Wizard pages). In steps 1, 2 and 4 there are some mandatory fields where the user has to fill. I kept some validations for that in those steps (pages 1, 2 and 4) along with validation summary controls...
    Posted to Web Forms (Forum) by Jagadeesh Jupalli on 06-30-2007, 12:00 AM
    Filed under: Wizard StepNavigationTemplate custom validator, Wizard Step, ASP.NET 2.0, CreateUserWizard, Wizard ActiveStepChanged NextButtonClick, Wizard FinishButtonClick, ASP.NET 2.0 bug, wizard navigation, .net, WizardStep, Asp .net, Wizard control, wizard control dynamic steps, Wizard Control Sidebar disable links, CreateUserWizard CompleteWizardStep, 2.0, asp .net 2.0 webforms, Create User Wizard, asp .net 2.0, Wizard SideBar Disable Navigation
  • Does ASP.NET 2.0/.NET 2.0 has TabView form server control

    Hi, Please can any one let me konw do we have TabView control in ASP.NET 2.0. Could you give me right articles to do that in ASP.NET 2.0. I have done TabedForm in Windows application but i havent comeacross in ASP.NET for the past 2 years. But now i have a task to do on TabView form. so, i am really...
    Posted to Web Forms (Forum) by dilip12 on 07-27-2007, 12:00 AM
    Filed under: ASP.NET, active desktop, ASP.NET 2.0 Client Callback, AsyncOperationManager, ASP.NET 2.0, asp.NET 2.0 C#, ASP.NET 2.0 C# UserControl Parent MasterPage, 2003 conversion, asp.NET 2.0 C# response preformance tuning, ASP.NET 2.0 VB.NET, ASP.NET 2.0 IIS, Async, asp.NET 2.0 C# postdata web user control, ASP.NET 2.0 bug, asp.net form request login, .net, ASP.NET 2.0 webform, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, asp, ASP.NET 2.0 File Download Non-English Filename, asp .net 1.1 web form controls, ATLAS AJAX Cascading Dropdowns Combobox, asp .net ... c# ... SQL, 2.0, asp .net iframes, asp .net 2.0 webforms, Add a Year, .aspx.vb, Access Modifiers, asp .net menu selectable select click clickable scroll postback, ActiveXObject("Shell.Application"), asp .net TreeView, asp .net 2.0, asp .net ... c# ... SQL javascrpt, asp .net redirect type safety design, accesskey, Asp .net events callback, ASP.NET 2.0 GridView Autogenerated Htmlencode, Active Directory, ASP .NET 1.1, asp.net 2.0 formview validation, .Net 2.0, aspx.vb
  • trouble going back 1 page

    Hi all, I use response.redirect to go to another page. When I've finished there, I want to go back to the page that I did the response.redirect command. I have the following code on my new page, but it doesn't go back to my desired page, but instead stays on the same one. Protected Sub LinkButtonClose_Click...
    Posted to Web Forms (Forum) by bill crawley on 08-02-2007, 12:00 AM
    Filed under: .net, 2.0, asp .net 2.0 webforms, asp .net 2.0
  • Re: What algorithm is being used for encryptpassword/decryptpassword method?

    thanks for replying. another question is if all the asp.net application uses the same key for membership encryptpassword/decryptpassword method by default no matter where you run the application? because I couldn't find any settings for encryption/decryption key and machineKey area in web.config...
    Posted to Security (Forum) by ScobY9 on 08-29-2007, 12:00 AM
    Filed under: security, membership, custom membership password, Security - membership, ASP.NET Membership, Web.config, ASP.NET 2.0, custom membership provider, encryption, custom membership, MD5, ASP.NET Authentication, 3DES, MD5 Triple Des, custom provider, 2.0, 3-DES, DES Encryption, .net, Security membership, .net security, MD5 Cryptograph Security, decrypt
Page 1 of 3 (25 items) 1 2 3 Next >