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
~27.5K 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
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
585
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
264
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
187
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
206
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
177
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
148
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
62
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
99
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
907
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
171
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
104
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
125
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
251
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
256
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
517
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
156
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
133
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
135
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
129
Member Avatar for trieucn05
Member Avatar for cVz
0
84
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
121
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
136
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
143
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
152
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
165