Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

CandyMe

@CandyMe
About
Posts
48
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • URL Rewriting Regular Expression
    C CandyMe

    Please help with regular expressions on the ff. links http://localhost/Documents http://localhost/Documents/ http://localhost/Documents/2009 http://localhost/Documents/2009/ http://localhost/Documents.aspx?Year=2009 http://localhost/Documents/2009/a.txt These RULES doesn't seem to work. :( ^Documents/?$ ^Documents/([^/]+)/?$ ^Documents/([^/]+)/([^/]+)/?$ Thank you very much in advance.

    Gerri

    ASP.NET

  • Create custom schema for xml
    C CandyMe

    I have a very basic question. Please help. I have a table: Name Friend Jane Rachelle Jane Mark Jane Bob and I used dt.WriteXml(sw); I would like the output to be in this format: Jane Rachelle Mark Bob I would just like Friend element/s to be inside Name element. Please help. Thank you.

    Gerri

    XML / XSL xml database help question

  • WebServiceOutput not accepted inside FaultHandler
    C CandyMe

    I have a WebServiceInput control then an IfElse branch. In my elseBranch, I have the WebServiceOutput, at the same time, I added a FaultHandler in the same branch. Is it possible not to literally throw the exception to the client ? I just want to populate my (ReturnValue) with the error message having added a Code (or WebServiceOutput (which is not accepted)) inside FaultHandler. Please help. Thank you.

    Gerri

    WCF and WF help question

  • workflow web service expose multiple methods
    C CandyMe

    Hi please help. I'm new to workflow foundation. I created a sequential workflow library that exposes a method then I published that project as a web service. It works well following the labs. I just want to know how I could create another method to be exposed in the same webservice. I dont know where to put that method especially in the workflow with only one start and end. Or should I be using a state machine workflow? Thank you. Thanks! :((

    Gerri

    WCF and WF help question workspace

  • da.Fill(second datatable)
    C CandyMe

    Thank you. I would just like to ask. I have a Report.xsd file and uses this: DataAccess.dsReportManagementTableAdapters.rpt_RetrieveTableAdapter da = new DataAccess.dsReportManagementTableAdapters.rpt_RetrieveTableAdapter(); DataAccess.dsReportManagement.rpt_RetrieveDataTable dt = new DataAccess.dsReportManagement.rpt_RetrieveDataTable(); da.Fill(dt); How come my Fill() doesn't take a DataSet as a parameter? Thank you.

    Gerri

    Database question database help

  • da.Fill(second datatable)
    C CandyMe

    Hi! Just a basic question but I don't know the answer =) Please help So I have a stored procedure with 2 select query SELECT A,B FROM table1 SEleCT C,D FROM table2 In my typed dataset, how do I retrieve values in table2 using da.Fill() or should I be using another code for this? da.Fill(dt); when I can't use somethign like da.Fill(dt2); Thank you very much.

    Gerri

    Database question database help

  • Control that automatically drags when page is scrolled down
    C CandyMe

    Thank you very much. ;P:laugh::-D:):-O:->

    Gerri

    Web Development

  • AJAX textchange event then click event
    C CandyMe

    It's because I have a customvalidation. I would like to prompt the user of invalid input without having to click the button yet. I have other controls in the form as well. Thank you.

    Gerri

    Web Development debugging help

  • Disable CompareValidator [modified]
    C CandyMe

    Thank you.

    Gerri

    Web Development css regex question

  • AJAX textchange event then click event
    C CandyMe

    Hi, I'm using AJAX. I have a textbox and a button inside an updatepanel. I have textboxtext changed event for the textbox and a click event for the button. When I input a text inside the textbox without removing the cursor inside it then click the button, and perform debug, only the textchange event gets executed, while it doesn't execute code inside click event. Please help. I can't simply force call click event inside textchange event of my textbox. Thank you.

    Gerri

    Web Development debugging help

  • Control that automatically drags when page is scrolled down
    C CandyMe

    WOW! YOU'RE THE BEST! THANK YOU SO MUCH. I do have another question please. Well my div is on the left side, if I resize my browser window and then scroll to the right it moves itself to the right side thereby making it always visible. Can it just stay in its location and just scroll up/down accordingly? Thank you very much.

    Gerri

    Web Development

  • Add attribute to a dynamically created imagebutton control
    C CandyMe

    Thank you.

    Gerri

    ASP.NET html help question

  • Disable CompareValidator [modified]
    C CandyMe

    I have Password and Re-type Password fields. If the user inputs a password that is less than 6 characters, the user is prompted with a RegExValidator "Minimum of 6 characters." And if the user inputs a password in Re-Type password that DOESN'T MATCH WITH INVALID PASSWORD, the user is prompted with a CompareValidator "Passwords don't match." Can I disable the "Passwords don't match" comparevalidator and only prompt it if the user has already ENTERED A VALID PASSWORD in Password field? Thank you. -- modified at 9:45 Thursday 25th October, 2007

    Gerri

    Web Development css regex question

  • Control that automatically drags when page is scrolled down
    C CandyMe

    I'm sorry I can't get it to work. Is this correct? I found a similar control on mapleglobal.com There are ads on the right side of the page whenever I (browser) scroll down, it scrolls down as well. Thank you. ... ajax:Accordion...</ajax:Accordion> </div> <div class="ForumSig">Gerri</div></x-turndown>

    Web Development

  • Add attribute to a dynamically created imagebutton control
    C CandyMe

    Thank you.

    Gerri

    ASP.NET html help question

  • Add attribute to a dynamically created imagebutton control
    C CandyMe

    for loop { ImageButton img = new ImageButton(); img.ImageUrl = "a.gif"; img.Attributes.Add("onmouseover", "this.src='" + imgMouseOverURL + "'"); } Hello, I have an imagebutton instance dynamically generated. The code works fine except the mouse over effect on the button becomes a big red X everytime my mouse hovers over the image. Does this have something to do with the dynamic generation of my imageButton? On the contrary, if I have an imagebutton available in markup with similar attribute, everything works fine. Please help. Thank you.

    Gerri

    ASP.NET html help question

  • Control that automatically drags when page is scrolled down
    C CandyMe

    Hi, I don't know what it's called. I don't know where to start but i've seen this in some sites. I'd like a control or a panel that's always visible to the user whether I scroll up or down the page. Like I have a really long content and when I scroll down I still want my menu (on the left) to always be visible. Thank you.

    Gerri

    Web Development

  • access row number OnCheckedChanged inside gridView [modified]
    C CandyMe

    thank you. =)

    Gerri

    ASP.NET question

  • access row number OnCheckedChanged inside gridView [modified]
    C CandyMe

    Hi, I'm using a gridview control. It has a checkbox template field with an OnCheckedChanged event. How do I access row number in gridview inside OnCheckedChanged event of my checkbox? Thanks!!! -- modified at 6:55 Wednesday 16th May, 2007

    Gerri

    ASP.NET question

  • select with TOP and COUNT
    C CandyMe

    thanks so much. well appreciated. :)

    Gerri

    Database database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups