Search

You searched for the word(s): userid:667371

Matching Posts

  • Re: javascript sometimes work

    the code is quite "huge" so it might be a headache to post it here, but why would it work sometimes but not all the time? I think that's the scariest thing when QA your code, isn't it? maybe i can water down a very simple version and see if I can post it here...
    Posted to Web Forms (Forum) by rx78gp03 on 10/8/2009
  • javascript sometimes work

    have a form, within it there's a SSN text box. (runs back to server to check for existing SSN when the entered SSN has been used, an warning message will appear to warn the user if they want to continue overwrite. They have a choice of cancel or continue the problem is sometimes even if the user hit cancel, the server side will post back and proceed to overwrite, and if we hit submit again, this won't happen. It seems like this is a first time page load problem. Again, sometimes it'll
    Posted to Web Forms (Forum) by rx78gp03 on 10/7/2009
  • Re: new asp.net Charting Control

    ok, thanks for the answer, I guess I'll need to find some alternatives =)
    Posted to Getting Started (Forum) by rx78gp03 on 4/14/2009
  • new asp.net Charting Control

    I'm using ScottGu's suggestion on the new asp.net charting control: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx I've looked for the documentation on how to add points with javascript. I'm wondering if this is possible, if so, any documentation that I can take a look? thanks!
    Posted to Getting Started (Forum) by rx78gp03 on 4/13/2009
  • best practice to pass var?

    I have a 3 tier project, UI, Business and Data in my UI, I have a drop down list that'll contain member name and ID (DataTextField = memberName, DataValieFiend = memberID) so it calls the business layer and then calls the Data I'm using LINQ to query and then get the name and ID, with: var result = from a in context.member ... now that's the best practice to pass it back to UI so that I can use dataSource to bind the result to? knowing I shouldn't use this: public IQueryable getMember
  • Re: test my linq statement

    thanks! this is exactly what I'm looking for =)
  • test my linq statement

    Does anyone know if there's software that I can test my LINQ statement and see the result that it's pulling out? before at .net 2.0, I use to test my sql statement in SQL 2005 query, and know that this is the statement I want, now that I switched to LINQ, I am not sure if I wrote my linq right, and even if it's right, I'm not sure this is the result that I want. any suggestion? thanks!
  • Re: Validation with check box and text box

    Thank you all for the input =) want to further comment on budugu's code at first the event wasn't firing because it's missing the validation group, so I had to add the validation group into the custom control < asp:CustomValidator ID= "Custom1" ClientValidationFunction= "CheckBoxValidation" runat= "server" ErrorMessage= "Please fill TextBox" ValidationGroup= "btn_Submit" >* </ asp:CustomValidator > where at the bottom of the
    Posted to Web Forms (Forum) by rx78gp03 on 12/2/2008
  • Validation with check box and text box

    Hi, I have a check box, a text box and a button when the check box is checked, then the text box is required when the button is clicked if the check box is not checked, then the text box is not required Can someone tell me if this can be done using RequiredFieldValidation with ValidationSummary? if not, would you suggest client side or server side validation? I'm worried that if some user turned of java script, then this could be a concern thanks!
    Posted to Web Forms (Forum) by rx78gp03 on 12/2/2008
  • Business Intelligence Dev Studio vs VS2008

    I am new to the SSRS, so I went online and found that Microsoft has great tutorial on the SSRS, so I went ahead and learned all that in 2 days. Then I found out if I want to integrate it inside my aspx page, I don't really know how to do it (instead of deploying it in the server, also, if I want to connect it remotely). So I found that in VS208, in the add item, you can acutally add a report (SSRS) from there and I pulled out what I learned and things worked fine. now the problem comes when it
    Posted to SQL Server Reporting Services (Forum) by rx78gp03 on 5/30/2008
Page 1 of 6 (53 items) 1 2 3 4 5 Next > ... Last »