Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
75% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #1K
~28.3K People Reached
About Me

Hi I am Paul ... i love AJAX and i wish i could have a hot girlfriend hahaha ... no im kidding mine is fine :)

Interests
Taking long rides on my bike
PC Specs
Old broker little washing machine
Favorite Tags

82 Posted Topics

Member Avatar for cVz

Hi guys, Stupid Question.... How can i group specific rows in a cxGrid (Express Quantum Grid 6)... this event will occur onClick... any ideas ??? Delphi 7....

Member Avatar for pritaeas
0
656
Member Avatar for cVz

Hi Daniweb people I have a really stupid question, strangely it has been keeping me busy for several days now and i just cant help but to ask for help... ive searched the whole of the MSDN libraries but no code seems to work for this I am making an …

Member Avatar for ddanbe
0
267
Member Avatar for nmakkena

Yo dude, you can always just refresh the connection, you don't need to close your form, i take it you want something like this [code] using System.Data.SqlClient; namespace TestDummyTWO { public partial class Form1 : Form { SqlConnection sqlcon = new SqlConnection("Data Source=.;Initial Catalog=your_table;Integrated Security=True;Asynchronous Processing = True"); SqlCommand sqlCom …

Member Avatar for 03hasnam
0
3K
Member Avatar for rynop

Get visual studio 2008 express edition at [url]www.visualstudio.com[/url] for free (you will be charged by the connection client though) and do the tutorials on the application and you'll be coding in no time

Member Avatar for cacaotree
0
192
Member Avatar for cVz

Hi , I have 2 columns named 1. Tel_H 2. Tel_H_Code How can i merge these two columns to make them one ?? I am clueless here...The best i can do is to view them as one [code] SELECT Tel_H_Code + Tel_H AS 'Tel_H' FROM Detailed_List [/code]

Member Avatar for Todster
0
212
Member Avatar for Tseegii

The basic problem is that your XML file has either more or less columns than your Table, i would recommend writing the table on the button click...else add some null values ...

Member Avatar for sayeevani
0
187
Member Avatar for cVz

Good day I'd like to find out how to change the color of a row on a page startup in Delphi 7 pro with an Express Quantum grid 6 What i am trying to achieve is this if Quantity in stock = >10 row color should be green... if Quantity …

Member Avatar for vedantham
0
1K
Member Avatar for ans2007kumar
Member Avatar for lishannx

Your first problem is the fact that you write barely understandable questions... structure your questions correctly and learn proper English. by the looks of things, you are either a web developer that is trying to code software or you are a web developer that used to use php and has …

Member Avatar for lishannx
0
153
Member Avatar for cVz

Hi there, I am trying to write a stored procedure that will basically loop through the database, get allthe tables in the database and then for each table in the database it will take an entry of that database and just insert it into that same table again... i am …

0
64
Member Avatar for cVz

I get the following message when executing a stored procedure. [COLOR="Red"]The query has exceeded the maximum number of result sets that can be displayed in the results grid. Only the first 100 result sets are displayed in the grid.[/COLOR] However , i cannot change the fact that the SP uses …

0
101
Member Avatar for cVz

Just because there is no help for this online that i could find, I'm posting this for all the other coders... This makes use of a third part class downloaded from code project... AWESOME FTP class this , i owe the creators a huge thank you ... [CODE] using System; …

Member Avatar for Pinos
0
918
Member Avatar for fishsqzr

Yeah its a big mission, but unfortunately its possible.... your normal program.cs looks like : [code] using System; using System.Collections.Generic; using System.Windows.Forms; namespace GetMousePosition { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); …

Member Avatar for dhar_sudipta
0
177
Member Avatar for cVz

HI there. We are currently creating a page which contains (a) 10 Check Boxes (b) for each check box there is a radio button list with 10 values. What we want to achieve is the following When e.g. The first checkbox is checked, the forst radio button list should be …

0
105
Member Avatar for cVz

Hi I use Visual 08 ASP.NET C# and JavaScript I would like to do the following validation on a text box the length MUST be 12 characters long in the following format LLLLLLNNNNNN Where L = Letters N = Numbers if the users input does not match the required format …

Member Avatar for guru_sarkar
0
1K
Member Avatar for gautamrekolan

HI my friend... assuming that you have 365 pages already made, you could do the following - THIS IS A QUICK FIX What you need is a table in your database with 3 columns 1. PrimaryKey INT, NOT NULL 2. Date DATETIME 3. NavigateURL VARCHAR(MAX) In your database you will …

Member Avatar for sknake
0
127
Member Avatar for mania_comp

'hey sknake,can u tell me one thing,that instead of writing Button1.Attributes.Add("onclick", "javascript:alert('hello');"); on button click event,Y we write it in Page Load event! ' This is used in the form load so that the Javascript is applied to the control once the form loads, otherwise this will only be applied …

Member Avatar for serkan sendur
0
263
Member Avatar for cVz

:'( Hello everyone, i wrote an application that makes database backups and zips them. Can anyone please tell me what i need to do in order to get the apllication to work on IIS 6 windows server 2003 SQL 05 1. The application works fine on machines for both XP …

Member Avatar for sknake
0
267
Member Avatar for vegaseat

[code]# // create a writer and open the file # TextWriter tw = new StreamWriter("date.txt");[/code] How do you want to convert a textwriter to a streamwriter like this ?? Maybe thats your problem dude

Member Avatar for cVz
0
545
Member Avatar for alensole

Please use <Iframe> Your farme should be encapsulated within a <div> with relative positioning - 'Style="position:relative" - position your Div within a table cell and it should be fine have a good day

Member Avatar for Ramesh S
0
159
Member Avatar for sakhi kul

If you have the path + name of the file . maybe try the following. add the path and name to a datatable. From there you need to get the selected index of the grid row. Then you get the datarow and the clumns of the row [file path] [file …

Member Avatar for Ramesh S
0
137
Member Avatar for Blaine Tuisee

Hi there. please position your page with % instead of px, pt, em or any other measurement. if you use percentage the page will adapt to the sizr of the window. regards,

Member Avatar for serkan sendur
0
143
Member Avatar for shankbond

Hi, i have encountered similar problems in the past as well, please tell me wether you are using this variable within your JS or ASP CS code. i would like to share with you one handy dandy control - the Hidden Field. You could change the hidden field value with …

Member Avatar for dnanetwork
0
132
Member Avatar for trieucn05
Member Avatar for cVz
0
87
Member Avatar for cVz

Hi , I need to create a page that has databound controls . eg. Say i have a row with the following columns 1. TrackKey VARCHAR(50) 2. State VARCHAR(50) 3. Reason VARCHAR(50) 4. DateChanged DATETIME ------------------------------------------------------------ Now for each row in the table, the controls should be like this 1. …

Member Avatar for dnanetwork
0
125
Member Avatar for cVz

Hi I am writing a web application with VS 2008 standard edition. I just got this really weird error. I replaced a few of the controls on the form from labels to text boxes, and it worked fine , but all of a sudden it shows me the old controls …

Member Avatar for cVz
0
138
Member Avatar for cVz

Hi I have a form with 1. dropdown (ddTTDBenefitP1) 2. label (lblBenefitPeriodFactor1) The combobox is populated with listitems [Text & value] I applied attributes to this dropdown. [code=C#] // ddTTDBenefitP1 ddTTDBenefitP1.SelectedIndex = 0; string ddTTDBenefitP1_script = string.Format("javascript:document.getElementById('{0}').innerText = {1}.options[{1}.selectedIndex].value;", lblBenefitPeriodFactor1.ClientID, ddTTDBenefitP1.ClientID); ddTTDBenefitP1.Attributes.Add("onChange", ddTTDBenefitP1_script); [/code] So when a user changes the …

Member Avatar for dnanetwork
0
146
Member Avatar for cVz

Hi everyone, I would like to set a label's text when a dropdownlist item is selected I want the label to display the value of the item, not the text. Is there any way i can do so without refreshing the page i found the update panel loads far too …

Member Avatar for dnanetwork
0
2K
Member Avatar for gouki2005

YOUTUBE !!!!!!!! C# Tutorials , start off with C# Fundamentals , go through .NET Framework 070-526, 070-528, 070-529, 070-536, 070-549....you will be good

Member Avatar for 3xxx
0
153
Member Avatar for cVz

Hi There I get the following error when clicking on btn This code works perfectly on some machines but does not work on others [code=C#] protected void btnSave_Click(object sender, EventArgs e) { if (btnSave.Text.ToUpper() == "CREATE") this.InsertInvoice(); else if (btnSave.Text.ToUpper() == "SAVE CHANGES") this.UpdateInvoice(); } private void InsertInvoice() { String …

Member Avatar for sknake
0
167
Member Avatar for cVz

How can i set a text box's text to this format '[COLOR="Green"]0,000,000.00[/COLOR]' rather than '[COLOR="Red"]0000000.00[/COLOR]' ???' Thanks

Member Avatar for srikanthkadem
0
89
Member Avatar for cVz

Hi there, i would like to find out what the hell is wrong here [code] /// <summary> /// Get a single integer value /// </summary> /// <param name="sql">The sql query used to retreive a result set</param> /// <returns>The value of the first column in the first row of the result …

Member Avatar for agrothe
0
213
Member Avatar for cVz
Member Avatar for sknake
0
111
Member Avatar for Doops

Yo dude , you will have to give some clearer details... Does the textbox not display the new value or does it not update the database ??

Member Avatar for Doops
0
95
Member Avatar for k4kasun

Create an application that does transactions via FTP , sort of something a chain of franchises would use as an OS so that everything in the server is always updated and always the correct data >>> Thats a cool plan yeah >???

Member Avatar for k4kasun
0
175
Member Avatar for BobLewiston

Rashakil Fol gave the only thing else i could think of ... But using "*.txt" will work fine ?

Member Avatar for Ramy Mahrous
0
114
Member Avatar for Jaycee

Yo dude, listen, just neglect the people who are rude, some of us actually want to help you , in fact, you can even add me if you want to, i will always try to help you ... I think in order to become a good programmer, whether it be …

Member Avatar for LizR
0
260
Member Avatar for cVz

:yawn: I am trying to import the address book from MS Office, can anyone tell me where to locate the MS Outlook addressbook ? Thank you in advance... [ICODE]cVz[/ICODE]

Member Avatar for cVz
0
99
Member Avatar for complete

Replace [QUOTE]this.Close();[/QUOTE] With [QUOTE]Application.Exit();[/QUOTE]

Member Avatar for cVz
0
253
Member Avatar for shers

Well maybe try copy the file to the desired location and then delete it at the original location, this is fairly simple so it wont be too much effort (i believe in using the least code for the best performance)

Member Avatar for shers
0
210
Member Avatar for cVz

Can anyone share with me the great mysterious wonder of where to locate the Outlook Addressbook on my C drive ??? Thank you in advance:)

Member Avatar for cVz
0
70
Member Avatar for ambarisha.kn

Can i maybe give you a new approach ??? Ive done this like this in the formload of form1 [code] this.Tag = form2; [/code] now you can access form 2, so now you can say on a button - [code] Form2.Show(); // If you want both to be active for …

Member Avatar for xmen_xwk
0
613
Member Avatar for ambarisha.kn

Just make sure you close the stream... Else , like hieuuk said, do the [QUOTE] Thread.sleep(1000) // 1 second [/QUOTE]

Member Avatar for nelis
0
1K
Member Avatar for shazzy99

try this ??? is easy way to find [code=C#] int I = 0; foreach (string S in Text) { int I += 1; } Console.WriteLine(I.ToString()); [/code]

Member Avatar for Rashakil Fol
0
178
Member Avatar for FTProtocol
Member Avatar for tovishal2001

[code=C#] reader.Close(); if (!reader.close()) { reader.Close(); } else {} application.DoEvents(); [/code]

Member Avatar for LizR
0
142
Member Avatar for cVz

Can anyone give me some good forums or advice on threadpools in C# ??? Thanks ...:D

Member Avatar for BlackSun
0
193
Member Avatar for emilio

No way man ... you can do this [code=c#] mail.Priority = MailPriority.High; [/code] or [code=c#] mail.Priority = MailPriority.Normal; [/code] works like a bombbbbbbb

Member Avatar for BlackSun
0
198
Member Avatar for BioHazard90
Member Avatar for cVz

I am making a recursive treeview that lists the directories on my server [or trying atleast]... So far so good , it seems to work, cept it does not load all the files / directories, please consider my code : [code=C#] void recurese(string root) { // New instance of the …

Member Avatar for LizR
0
208

The End.