Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0

18 Posted Topics

Member Avatar for semicolon

Hi can i apply this in a windows form C#? ![BubbleImage](/attachments/large/3/BubbleImage.png "BubbleImage") this is an html5 is there any in C# windows form

Member Avatar for gtsiga
0
845
Member Avatar for semicolon
Member Avatar for nmaillet
0
246
Member Avatar for semicolon

C#, SQL SERVER 2005 first. Sorry for the bad english :> can anyone give me ideas, techniques, theories, or any posible solution. Here is a scenario i have a form called SearchItem and a database table doc_Item doc_Item has a 1 million. . . data. when i click a button …

0
61
Member Avatar for semicolon

Hello, is there any good tutorials,library for downloading a file? I have an application that has a check for update button. please help me with my project

Member Avatar for waleed.makarem
0
125
Member Avatar for shahai.ali

You can't disable or hide tabpage in a tabcontrol only tabcontrol can be disabled. this is my problem also. my solution was remove the tabpages and add it again when i need them. here what i did hope this may help you private void button2_Click(object sender, EventArgs e) { if …

Member Avatar for AnnieCalvert
0
1K
Member Avatar for semicolon

Hello i have a datatable |row|col2|col3|col4|col5| | 1 | val| val| val| val| | 2 | val| val| val| val| | 3 | val| val| val| val| | 4 | val| val| val| val| | 5 | val| val| val| val| | 6 | val| val| val| val| | 7 …

Member Avatar for arunkumars
0
340
Member Avatar for semicolon

Hello i have a database table | col1 | col2 | col3 | col4 | col5 | | val | val | val | val | val | | val | val | val | val | val | | val | val | val | val | val | …

Member Avatar for semicolon
0
145
Member Avatar for jimmyjhonrubio

import java.util.Scanner; // Needed for the scanner class /** Chapter 2 Programming Challenge */ public class Wordgame { public static void main(String[] args) { //Initialize variables String name = ""; //The user's name String age = ""; //The user's age String city = ""; //The name of a city String …

Member Avatar for JamesCherrill
0
217
Member Avatar for semicolon

Hello I have a table item1 | Item | Qnty | ProdSched | | a | 1 | 1 | | b | 2 | 1 | | c | 3 | 1 | | a | 4 | 2 | | b | 5 | 2 | | c …

Member Avatar for semicolon
0
206
Member Avatar for semicolon

Hello. Is there any book that is all about programming or sql compilation of concepts, theory or algorithms? like Sorting Algorithm, no programming language to learn just pseudocodes or flow chart. thank you

Member Avatar for deceptikon
0
59
Member Avatar for semicolon

Is ther a fastest way to retrieve data from sql server like the sqlbulkcopy the fastest way to insert large data.?

Member Avatar for Mike Askew
0
84
Member Avatar for semicolon

Please Help. DataTable dtSelectedColumns = dtOriginal.DefaultView.ToTable(false, "Column1", "Column2"); this code retrieve data from a datatable but i want to retrieve like in sql command "Select Column1, Column2 From Table where Column1 = "data"; Thank you

Member Avatar for Mike Askew
0
161
Member Avatar for semicolon

Hello i need help for my project I have a data grid view | column 1 | column 2 | column 3 | column 4 | _____________________________________________ | | Forcast |user input|user input| | item 1 |__________|__________|__________| | | stocks |user input|user input| |__________|__________|__________|__________| | | Forcast |user input|user input| …

0
64
Member Avatar for semicolon

Hi i have a datagrid in my c# windows form and i want to merge the row he can input data in w1, w2, w3 and .., and save. weeks Item 1 | Forecast | w1 | w2 | w3 Item 1 | Stock on Hand | w1 | w2 …

Member Avatar for semicolon
0
297
Member Avatar for semicolon

Hello I have an application that connects to sql database my application is multithread. When I run the application it loads top 500k data and stores it in #temp1(connection1), i can browse, search and select data, while my thread is running and storing the other 501 to 1m data in …

Member Avatar for TnTinMN
0
115
Member Avatar for semicolon

I have a Thread running sql query how can do i force stop the thread when i dont want to use it anymore. I have a form that loads 100k from sql server i retrieve first the 2k then the thread runs to retrieve the other data i want to …

Member Avatar for nmaillet
0
121
Member Avatar for semicolon

Hello, I have a Form A, Form B, Form C. . . and FormSearch. FormSearch can be use by A,B,C... The purpose of FormSearch is to display data in search for the data you want depending on the query that have been pass on it example FormSearch has a method …

Member Avatar for hericles
0
172
Member Avatar for semicolon

hello,, i have a multithread application.. my application connects to the database can i open 2 connection at the same time? or can i thread the connection also. thanks in advance.

Member Avatar for fpsasm
0
114

The End.