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
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
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
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
thanks very much m8 :D
Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org
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
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
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
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
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
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
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
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
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
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
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
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.
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.
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.
thanks very much!! ;)
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
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.