Click here to Skip to main content
15,896,315 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can i increse the size of the picture box with picture? Pin
Mbah Dhaim18-Sep-08 4:27
Mbah Dhaim18-Sep-08 4:27 
AnswerRe: how can i increse the size of the picture box with picture? Pin
nelsonpaixao18-Sep-08 13:58
nelsonpaixao18-Sep-08 13:58 
Questionhow can i increase the font size which is written in text box.. Pin
maifs18-Sep-08 4:11
maifs18-Sep-08 4:11 
AnswerRe: how can i increase the font size which is written in text box.. Pin
GuruPrasadh18-Sep-08 10:26
GuruPrasadh18-Sep-08 10:26 
Questionc# caching of sql query Pin
swjam18-Sep-08 3:53
swjam18-Sep-08 3:53 
AnswerRe: c# caching of sql query Pin
Simon P Stevens18-Sep-08 4:05
Simon P Stevens18-Sep-08 4:05 
GeneralRe: c# caching of sql query [modified] Pin
Mbah Dhaim18-Sep-08 4:17
Mbah Dhaim18-Sep-08 4:17 
GeneralRe: c# caching of sql query Pin
swjam18-Sep-08 4:32
swjam18-Sep-08 4:32 
i'll have a look at the links as it's pretty late (past midnight) and i'm really tired...
but re: select top 10 *
i reckon this will not work (?) because how i envision it, is the next button is mapped to the 'paging' select... the above code does not guarantee that rows resulting from the first batch will not be in the second batch and so forth... in fact it will result in the same set of rows... unless i create a stored procedure that includes a multiplier along the following code:

select
top (10 * multiplier) *
from
transactionsTable

...then again, i would probably need to put an order by some column at the end of the clause.

----------------------------------------------------------
"unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep" - my daily unix command list

GeneralRe: c# caching of sql query Pin
Simon P Stevens18-Sep-08 5:14
Simon P Stevens18-Sep-08 5:14 
QuestionPrinting a datagridview Pin
harcaype18-Sep-08 3:48
harcaype18-Sep-08 3:48 
AnswerRe: Printing a datagridview Pin
Giorgi Dalakishvili18-Sep-08 3:56
mentorGiorgi Dalakishvili18-Sep-08 3:56 
QuestionSearching DataTable Pin
Muammar©18-Sep-08 3:42
Muammar©18-Sep-08 3:42 
AnswerRe: Searching DataTable Pin
Giorgi Dalakishvili18-Sep-08 3:54
mentorGiorgi Dalakishvili18-Sep-08 3:54 
GeneralRe: Searching DataTable Pin
Muammar©18-Sep-08 4:52
Muammar©18-Sep-08 4:52 
GeneralRe: Searching DataTable Pin
Giorgi Dalakishvili18-Sep-08 5:00
mentorGiorgi Dalakishvili18-Sep-08 5:00 
GeneralRe: Searching DataTable Pin
Muammar©18-Sep-08 8:07
Muammar©18-Sep-08 8:07 
GeneralRe: Searching DataTable Pin
Giorgi Dalakishvili18-Sep-08 8:23
mentorGiorgi Dalakishvili18-Sep-08 8:23 
AnswerRe: Searching DataTable Pin
Mbah Dhaim18-Sep-08 3:59
Mbah Dhaim18-Sep-08 3:59 
Questionwhen i click on it for drop down,it should be displayed all available fontsizes in it Pin
maifs18-Sep-08 3:03
maifs18-Sep-08 3:03 
AnswerRe: when i click on it for drop down,it should be displayed all available fontsizes in it Pin
Alan Balkany18-Sep-08 4:13
Alan Balkany18-Sep-08 4:13 
QuestionRaising a number to a given power in c# Pin
Angelinna18-Sep-08 1:54
Angelinna18-Sep-08 1:54 
AnswerRe: Raising a number to a given power in c# Pin
Giorgi Dalakishvili18-Sep-08 2:00
mentorGiorgi Dalakishvili18-Sep-08 2:00 
AnswerRe: Raising a number to a given power in c# Pin
selcuks18-Sep-08 2:00
selcuks18-Sep-08 2:00 
GeneralRe: Raising a number to a given power in c# Pin
Angelinna18-Sep-08 4:41
Angelinna18-Sep-08 4:41 
Question.NET Remoting Pin
stancrm18-Sep-08 1:22
stancrm18-Sep-08 1:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.