Search:

Type: Posts; User: jakkjakk

Page 1 of 11 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: android app to call asp.net web service to call ms sql 2008 server

    Oh really? Do you have an example or anything you used for your research? Like a hello world type example where the android app just talks to the asp webservice. That's really what I need something...
  2. android app to call asp.net web service to call ms sql 2008 server

    Hi Guys,
    I'm trying to figure out the best way to have my android app pull data from my ms sql server 2008 database. I understand that there's two parts to this that the android app (written in...
  3. Thread: Coders Block

    by jakkjakk
    Replies
    3
    Views
    665

    Re: Coders Block

    You have a very good point about why work on something if it doesn't interest you. I'm going to keep that in mind. In my case it's not that I'm totally not interested in it. It's the fact that I...
  4. Thread: Coders Block

    by jakkjakk
    Replies
    3
    Views
    665

    Coders Block

    Hi Guys,
    I have a hobby project www.letstrend.com. Anyway I've lost interest in working on it. I don't get paid to do it or anything but when I think about working on it I always come up with...
  5. Replies
    1
    Views
    659

    sql server put a column into a nvarchar

    HI Guys,
    I'm trying to take a ms sql server 2008 column and merge it into a nvarchar. So instead of being a column it will be come a file. Does anyone know how to do that in a stored procedure?
    ...
  6. Replies
    2
    Views
    662

    Grouping Procedures & Functions

    Hi Guys,
    I think I'm just missing how to implement this. Say I have two different classes. Class A, and Class B which reside in separate files. Objects in class A and class B can do certain things...
  7. Replies
    2
    Views
    888

    Visual Studio Achievements

    Anyone playing with thie Visual Studio Achievements?
    http://channel9.msdn.com/achievements/visualstudio
  8. Re: [RESOLVED] Using hyperlinks and buttons load table from MSSQL

    Oh ok good. First time with link buttons. Thanks for verifying I'm not writing sloppy code.
  9. Re: [RESOLVED] Using hyperlinks and buttons load table from MSSQL

    Wait a minute. Before you said I was dynamically creating a linkbutton which then created another one when I posted this code:


    blahtest = new LinkButton();
    blahtest.ID =...
  10. Re: [RESOLVED] Using hyperlinks and buttons load table from MSSQL

    Thats what I thought this did


    private void blahClick(object sender, EventArgs e)
    {
    LinkButton bttn = sender as LinkButton;
    string buttonClicked = bttn.CommandName;
    ...
  11. Re: [RESOLVED] Using hyperlinks and buttons load table from MSSQL

    Oh I see what your saying. Your right it's not really that efficient. I guess you could find control it. But you need to pull the bttn.CommandName out of it some how. I haven't played around with the...
  12. Re: Using hyperlinks and buttons load table from MSSQL

    Actually what I ended up doing was this


    blahtest = new LinkButton();
    blahtest.ID = "blah"+j;
    blahtest.CommandName = port_names[i];
    ...
  13. Re: Using hyperlinks and buttons load table from MSSQL

    a linkbutton is probably what I should be using instead of a hyperlink...
  14. [RESOLVED] Using hyperlinks and buttons load table from MSSQL

    Hi Guys,
    Got a problem that I spent all last night working on and still couldn't get it. I create this table dynamically. Then I have a text box and a button. You enter the name of a table in the...
  15. Re: Passing VB Server Side variable to ASP Client Side

    I ended up making a webservice. These two sites helped me made it possible.

    http://encosia.com/using-jquery-to-consume-aspnet-json-web-services/...
  16. Replies
    8
    Views
    1,399

    Re: How to: Partial Page Load

    Here's a better description of what I'm trying to do:

    I have a web site that has multiple tables on it. Kinda like an iGoogle interface. These tables get built dynamically at load time and because...
  17. Replies
    8
    Views
    1,399

    Re: How to: Partial Page Load

    Still can't seem to find what I'm looking for. What I'm trying to do is dynamically build tables when the user comes to the site and then display them as they build. From what I've seen it looks like...
  18. Replies
    8
    Views
    1,399

    Re: How to: Partial Page Load

    What do you call that? Do you have any examples? I've heard of using JSON, but can't find any good examples of it. Also heard about using web services but still not any good examples.

    This seems...
  19. Replies
    8
    Views
    1,399

    How to: Partial Page Load

    Hi Guys,
    I'm trying to build an igoogle like interface and I can get it to work, but my data for the panels loads to slow which makes the complete page load way to slow. So I need a way to load the...
  20. Replies
    6
    Views
    1,675

    Firefox & IE & Chrome Battle

    I really don't want to start a browser war. However I ended up in a fight with a friend over this issue. First a little bit of background.

    My website www.letstrend.com looks and works the way I...
  21. Thread: Good VB Blogs

    by jakkjakk
    Replies
    2
    Views
    828

    Good VB Blogs

    HI Guys, I was wondering about good VB Blogs that people know about? I already subscribe to gep13, devcurry, and scottgu blogs. Anyone know of any others?
  22. Replies
    8
    Views
    802

    Re: Randomize a list of restraunts program

    Ok Hot shot Paul. :-) How would you randomize a list of say 3000 items and each item only appears once in the list?
  23. Re: Silverlight tool tip for Line Series Chart

    I figured it out
    I ended up using Delay's blog.
    ...
  24. [RESOLVED] Silverlight tool tip for Line Series Chart

    HI Guys,

    Anyone know of a good tutorial about setting up the tool tip for a line series chart? I'd also take a simple example. I have looked around and I can't find anything that makes any sense....
  25. Replies
    6
    Views
    11,066

    Re: Create Directory/folder on FTP server

    There's a good post on msdn about this.
    http://social.msdn.microsoft.com/Forums/en/ncl/thread/8134f19f-584f-4aa4-9318-f69fc7794df2

    There's also examples here:...
  26. Re: User Name Checking Program-More assistance needed please

    You can also test the SQL command in the SQL Query which makes it a little easier than having to run your program to make sure the syntax is right.
  27. Replies
    3
    Views
    767

    Re: Make vb.net function secure on web...

    Well if you've never made a web based program before then your going to have a lot of fun. If you made a simple one it would become very obvious that it would be safe on the web if you stuck the code...
  28. Replies
    6
    Views
    11,066

    Re: Create Directory/folder on FTP server

    whats the error you get?
  29. Thread: Site Traffic

    by jakkjakk
    Replies
    2
    Views
    714

    Site Traffic

    How many visitors does a medium sized website get? How do you rank site popularity?
  30. Replies
    2
    Views
    8,339

    Re: Silverlight toolkit greyed out

    oh thanks.
  31. Replies
    2
    Views
    8,339

    Silverlight toolkit greyed out

    Hi guys
    I'm trying to enable silverlight to a asp.net website. However, my silverlight toolbox is greyed out in my asp.net website. I downloaded the silverlight 4.0 toolbox from...
  32. Re: Problem in load file 'AjaxControlToolkit'

    mine also has a ton of sub directories for the different languages. Do you have that?
  33. Re: Problem in load file 'AjaxControlToolkit'

    So you uploaded the entire solution to your host and it doesn't work? How are you uploading it? Are you using the built in visual studio ftp proggie or are you using a standalone progam to upload...
  34. Replies
    12
    Views
    4,425

    Re: visual studio 2010 can't move cursor

    I didn't know that thanks.
  35. Replies
    12
    Views
    4,425

    visual studio 2010 can't move cursor

    Hi guys,
    I have this problem every so often in VS2010. What will happen is I'll be working along and run the program then stop debugging. When I get back to text editor to change something the...
  36. Re: [RESOLVED] The Update Panel, the Collapsible Panel and the Table

    I didn't think of that. I could put it in the viewstate instead. Thats what I'll do if I run into memory issues.
  37. Re: The Update Panel, the Collapsible Panel and the Table

    Thanks I ended up putting my table into the session state and that works really well. thanks for the help.
  38. Replies
    4
    Views
    1,325

    constant screen resolution for all

    How would one create a website that would look the same at any resolution? I've heard of making so it will fit for a 800x600 screen but then that just screws everyone that has a higher screen...
  39. Re: The Update Panel, the Collapsible Panel and the Table

    Correct. Basically all I'm looking for is a way to have a table that will get updated when the user pushes the button to update that particular table (update panel idea). I don't want the whole page...
  40. [RESOLVED] The Update Panel, the Collapsible Panel and the Table

    HI guys,
    What I want to do is have a page load with a table with no data loaded. Then when the user clicks a button I want to just update the panel where the table is. So only that table data gets...
Results 1 to 40 of 419
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width