blah blah blah is here! blah blah » Close

0
votes
0 answers

DisplayFormat/DisplayStyle property of TextBox (Visual Studio 2010, .Net Framework 4).

Is there any predefined property by which I can set the DisplayFormat/DisplayStyle of a textbox? Suppose I want a textbox to hold the actual value 888888888888.88 and show it formatted as 888,888,888,888.88. In short it should hold 'Double' ...

0
votes
1 answers

Can you use Entity framework with visual studio 2008?

Rick_A
761

Can I use all the features of the entity framework 4 with visual studio 2008 or am I forced to purchase 2010? Any particular edition?

0
votes
0 answers

RDLC grouping problem

Hi, I have problem with grouping in RDLC report. the sql query is: select headstruct, struct,name,surname rate from someTable; which return data with the following structure: headstruct1,struct1,name1,surname1,0.1 headstruct1,struc ...

0
votes
1 answers

checking user input for invalid characters

i have a console application that asks user for their sales figures over a month. I have made the program reject entries below zero and ask the user to enter their sales figures again. But now I want the same thing to happen when the user e ...

1
votes
2 answers

VS2008/VS2010 side-by-side or VS2010 only?

I've been really busy these past few months which kept me from participating here. As soon as that settles, I could get back to it. As for my situation, I have been using WinXP Pro with VS2008 Pro for a while now and am in the process o ...

Feedback