- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
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
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.... | |
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 … | |
Re: 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 … | |
Re: 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 | |
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] | |
Re: 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 ... | |
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 … | |
| |
Re: 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 … | |
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 … | |
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 … | |
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; … | |
Re: 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()); … | |
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 … | |
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 … | |
Re: 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 … | |
Re: '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 … | |
:'( 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 … | |
Re: [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 | |
Re: 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 | |
Re: 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 … | |
Re: 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, | |
Re: 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 … | |
Re: You need to download the newer version of the AJAX toolkit man... | |
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. … | |
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 … | |
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 … | |
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 … | |
Re: 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 | |
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 … |