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

ADY007

@ADY007
About
Posts
228
Topics
128
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sort a dataset
    A ADY007

    All i have is just one column. I need to sort it in ascending order. I need to use the dataset but.

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET tutorial question

  • sort a dataset
    A ADY007

    how can i then send the dataview inside a dataset??

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET tutorial question

  • sort a dataset
    A ADY007

    how to sort a dataset?? i want to sort a column inside a dataset.

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET tutorial question

  • Textbox commands
    A ADY007

    thanks very much m8 :D

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET question

  • Textbox commands
    A ADY007

    Hi I have a textbox and i need that when i click enter on it, the imgClick (ImageButton) is clicked not another button. How can i make this happen please?? Second quetion is that how can i make a textbox loaded with words, and then when i click on the textbox, those words will disappear. Thanks alot for any reply

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET question

  • Export Datagrid to Excel file
    A ADY007

    Hi, The problem remains the same but :( .. when I am exporting a large set of numbers the excel is showing them as this 4433F12 and I am exporting the number like this 4433131123342342 How can i solve this problem pls :(

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET help question

  • Export Datagrid to Excel file
    A ADY007

    Hi, how can i export an excel file from a datagrid. When I am exporting a set of numbers like this 54564564588956 .. the excel file is showing me as this: 5422F12 Why is this?? Can someone help me on this problem!! Its killing me :(

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET help question

  • imagebutton
    A ADY007

    How to open a new window when an imagebutton is clicked? I want that when the imagebutton is clicked it calls a "IncrementAd()" method then it targets the user in another website but i want the window to open in a new window. How can i make it happen pls??

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET question tutorial

  • Firefox Clipboard
    A ADY007

    Hi all, can someone tell me what is the code for adding text to the clipboard pls. This code is working for me from the Internet Explorer but not for the firefox. function ClipBoarda(b) { Copied = document.getElementById('txtTextCode_'+b).createTextRange(); document.getElementById('txtTextCode_'+b).focus(); document.getElementById('txtTextCode_'+b).select(); Copied.execCommand("Copy"); } Thanks alot for any feedback.

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET

  • global variables
    A ADY007

    To make sessions you need to create it like this; Session("Name") = "Adrian" This Session is now stored with a string called "Adrian". This session can be called from any page you want within the project. If you want to dispose the session; Session.RemoveAll() I hope i helped you in some ways.

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET

  • Auto Documentation
    A ADY007

    Hi, how can i use the auto documentation tool from microsoft visual studio.net please?? thanks very much for any feedback.

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET

  • Search Letter By Letter
    A ADY007

    no no .. i want the filter to begin when i enter a letter. When i enter "P" .. the listbox goas and highlits the Word "Platoon" if "Platoon" is the only word that begins with letter "P" for example. If theres another word then nevermind i will enter the second letter and the filter will search for a word that begins with "Pl". You know what i mean?? thanks very mcuh

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    Visual Basic help algorithms question

  • Search Letter By Letter
    A ADY007

    Hi, I have a textbox and a listbox. All I want to do is, when I enter a letter (in the textchanged of the textbox I want to search that letter, from the Listbox.) This is just the same as the windows do when you want to search for something. My problem is this .. because if I am searching for a film called "Platoon", I want to write all the of word Platoon not "P" and then "L" and the listbox indicates the word platoon. This is how i want to make it. Can anyone help me please??

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    Visual Basic help algorithms question

  • Smileys
    A ADY007

    Hi, how can i add those smileys in a textfield please?? because I dont know how to insert them?? I am using asp.net. Thanks alot. For example link this: :wtf::omg::->:((:sigh:;P;P

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET tutorial question csharp asp-net

  • Datagrid Pages
    A ADY007

    How to make a datagrid with next page?? like 1,2,3 etc... I checked it true for "Allow Pageing" then i added this : Private Sub dgItems_PageIndexChanged(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridPageChangedEventArgs) Handles dgItems.PageIndexChanged dgItems.CurrentPageIndex = e.NewPageIndex End Sub But it's not working very good.

    Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

    ASP.NET design tutorial question

  • Image Button
    A ADY007

    Hi, how can i open a new window (not same window!!) from an ImageButton using asp.net??

    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

    ASP.NET question csharp java asp-net

  • database store!
    A ADY007

    i mean .. letters not words sorry .. my mistake. I just check ms access and when i go to the design mode of the database, for the ItemDescription for example .. its telling me that the Field Size is 255 and when i try to make it bigger it dont want to maximize it. :(

    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

    ASP.NET question csharp java database

  • database store!
    A ADY007

    Thanks for your help buy what could i gain if i make the underscores? the problem is that the access cannot allow over than 255 words in one time :(. The member cannot write over than 255 words :(. I think mysql is better than access ey??

    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

    ASP.NET question csharp java database

  • Store in TXT
    A ADY007

    thanks very much!! ;)

    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

    ASP.NET csharp java database sysadmin question

  • database store!
    A ADY007

    as you know .. the microsoft access allows only length of 255 words maximum. now how can i expand that into a larger scale?? :(

    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

    ASP.NET question csharp java database
  • Login

  • Don't have an account? Register

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