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
A

Alexandru Savescu

@Alexandru Savescu
About
Posts
832
Topics
88
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Paging Problem with Data Grid
    A Alexandru Savescu

    In your delete method you must check to see if the item was the last on the page and then decrease the currentpageindex Regards, Alexandru Savescu

    ASP.NET help csharp css asp-net

  • 2 problems
    A Alexandru Savescu

    You don't have to put the identitiy in the insert command, the sql server will automatically generate it. However, if you want to use that ID then when you create the insert commmand check the "refresh the dataset option", it will add a new select command and will update the dataset. Regards, Alexandru Savescu

    ASP.NET question csharp database sql-server sysadmin

  • How do I save/load STL data (map & vector)
    A Alexandru Savescu

    You cannot automatically serialize STL objects to files. You must write your own file format. If you use only MFC then you can use CArray and CMap as containers and serialize with CArchive. Regards, Alexandru Savescu

    ATL / WTL / STL c++ question graphics tutorial

  • Java script error
    A Alexandru Savescu

    No, I think I found the problem. I believe it has something to do with Google Toolbar 3.0 beta. Regards, Alexandru Savescu

    IT & Infrastructure java tools help question

  • Java script error
    A Alexandru Savescu

    I constantly get java script errors when accessing this site. Don't you? It says: Line: 243 Char: 2 Error: Permission denied Code: 0 Regards, Alexandru Savescu

    IT & Infrastructure java tools help question

  • Bug Tracking (again)
    A Alexandru Savescu

    I agree, we use Test Track Pro and it does the job. Regards, Alexandru Savescu

    The Lounge c++ help question

  • Could you help about internacionalization?
    A Alexandru Savescu

    ksanju1000 wrote: But it was difficult bec in java char support 2 byte and in c++ one byte. It's not true. If you use wchar_t instead char then it works. Regards, Alexandru Savescu

    ASP.NET help tutorial question

  • Set Label Value at Run Time
    A Alexandru Savescu

    Every web control has a ClientID property that is actually the Id you can refer to it in browser. Regards, Alexandru Savescu

    ASP.NET sysadmin tutorial

  • Huge quake hits Indonesian coast
    A Alexandru Savescu

    Well, it looks that there are 1000 deads in Indonezia. I just saw it on google news. Regards, Alexandru Savescu

    The Lounge announcement

  • DataGrid
    A Alexandru Savescu

    You cannot do this directly. Use the rowselector control: http://www.datagridgirl.com/customcolumns.aspx[^] Regards, Alexandru Savescu

    ASP.NET database help question

  • sscanf in dll
    A Alexandru Savescu

    Did you try atof? Regards, Alexandru Savescu

    C / C++ / MFC question help

  • Friday lunch time
    A Alexandru Savescu

    Going to see my parents. And my sister who is leaving for US cause her PhD holiday is coming to an end. Regards, Alexandru Savescu

    The Lounge com question

  • Where's everyone?
    A Alexandru Savescu

    On holiday perhaps.... And we are left here working.... Regards, Alexandru Savescu

    The Lounge question

  • Choosing a domain name (UPDATE: Neck and Neck!)
    A Alexandru Savescu

    I'd go for www.watson.com. And the email address would be paul@watson.com :) But I think it is already taken :( Regards, Alexandru Savescu

    The Lounge python com question announcement

  • Used or new? JOTD
    A Alexandru Savescu

    http://bbspot.com/News/2004/08/bbloopers_used.html[^] Regards, Alexandru Savescu

    The Lounge html com question announcement

  • Urgent Advice needed - What do I need to set for fastest page and data grid load??
    A Alexandru Savescu

    Use multiple pages and display only, let's say, 10 records at one time.... Regards, Alexandru Savescu

    ASP.NET css database performance help question

  • SOTD : quest for the rest
    A Alexandru Savescu

    This is really cool! :cool: Regards, Alexandru Savescu

    The Lounge com json

  • reverse-engineered
    A Alexandru Savescu

    sreejith ss nair wrote: how can i reverse-engineered from IL? Use .NET Reflector. Search it on the internet. sreejith ss nair wrote: How can I stop my code being reverse-engineered from IL? You must obfuscate it. There are many thrid parties that can do that. Regards, Alexandru Savescu

    C# question dotnet tools

  • filling dataset with user defined objects
    A Alexandru Savescu

    Why do you need to fill a dataset with user defined objects? Do you want to bind a datagrid or something like that? In this case you can put them in a ArrayList and it may be easier. Regards, Alexandru Savescu

    ASP.NET tutorial question

  • Response.Redirect(...) & setting target
    A Alexandru Savescu

    You can do a hack as follows. Write a javascript that redirects as _top and from your page do like this:

    if (sObject == null)
    {
    Response.Clear ();
    Response.Write (myjavascript);
    Response.End ();
    }

    Regards, Alexandru Savescu

    ASP.NET 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