blah blah blah is here! blah blah » Close

0
votes
0 answers

Where to start with my C# Mobile programming Project?

I have a project to code a web site for mobile (mobile app) and it should have a connection to DB, The page should obtain a new user registration (Custom Mobile Control), And a page for authenticating a user Log in, And a page for changing ...

0
votes
0 answers

change content in a master page from a user control

Hi all I have a master page at the top of the page I have a user control which is a simple search box also on the master page I have a ContentPlaceHolder with an id I have so far ContentPlaceHolder mpContentPlaceHolder; mpConte ...

0
votes
0 answers

print a report by supplying the filter condition

i want to print a report which will take its filter condition form the user when the form is running. Please can anyone help me.

1
votes
0 answers

how to change user email address?

If somebody changes its email address, how can the person change it to the new email address. For e. g. notifications, if password got forgotten... I did not see a link for doing this...

0
votes
1 answers

Connecting to Exchange in C#

When I try to connect to Exchange using webdav with my domain credentials manually, it works fine: [code] NetworkCredential credential = new NetworkCredential("user", "pass","dom"); WebdavSession session = ...

0
votes
1 answers

ASP.NET User Control Form_Load cannot see control's form members

Hello, I'm a noob to ASP.NET, although I'm a relatively experienced .NET programmer. I'm trying to create my first ASP.NET page that requires a user control. The problem is, the user control can't see its members. At this point, it' ...

0
votes
2 answers

MessageBox with inputs

Dear All, Is it possible to make messagebox with text boxes and buttons (more than 1) so that we can receive inputs from the user with it? Kindest Regards, E

0
votes
1 answers

Programatically add user controls to toolbox(VS2008)

Hi, I want to create a setup project such that I can programatically install my user controls to the toolbox. I tried the following code: System.Type t = System.Type.GetTypeFromProgID("VisualStudio.DTE.9.0"); ...

0
votes
1 answers

Help with storing/accessing user access roles C# Winforms

Hello, firstly I would like to thank you in advance for any assistance provided. I am new to software development and have designed several Client/Server applications over the last 12 months or so, I am currently working on a project that i ...

Feedback