blah blah blah is here! blah blah » Close

0
votes
2 answers

Why this happens?

sanjib
226

Whenever I connect GridView control to my local database and make AllowPaging property "True" the error coemes like this: " The GridView 'GridView2' fired event PageIndexChanging which wasn't handled. " But when I ...

0
votes
0 answers

CKEditor

how can use ckeditor_3.1 as control pannel?How can insert,edit,delete option by it?pls help....

0
votes
4 answers

add a custom control to other project

q12
349

I know how to make a control! It is compiling in a dll and this is the resulting form for it. But how to add that custom control (made let's say in myProject_1) into another project(say myProject_2)? I must reference that dll into myPro ...

2
votes
3 answers

Cashflow\\ Any suggestions?

I want to make a small app using c# that will help me control my cash flow. I would input to the program each time the amount of money I spent (after each day I will enter this day's expenses, with the details of what I bought etc. and i ...

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

Need a Table form. what control should I use?

I'm using Visual Studion Express programming in C#. I developing a Control Panel where I have a form with a Listbox some buttons and a table. Not sure which control I should use for the table. Here are my requirements for the table 1) ...

0
votes
2 answers

Why this happens?

sanjib
226

I have created a web server control ServiceControl1 and added it my Visual Studio Toolbox. Later I drag it to a page of my website [url]http://aspspider.info/sanjibsinha[/url] But whenever I want to open the page [url]http://aspspider.in ...

-1
votes
2 answers

how to make my appln to look in professional way.!??

what i'am asking is that.., i'want my appln to install to C:\Program Files\... and also i'want to add it to appwiz.cpl (control panel -> Programs and features).., also reply how to UnInstall the software from appwiz.cpl.., plz hel ...

1
votes
1 answers

simulate keyboard functions with button click

I'm building an application that will be used on a touch screen, now i wan't to make a number pad out of buttons to perform the same function as the numbers on a keyboard. For instance, the user could touch a textfield to get the curser ...

0
votes
0 answers

Controling TreeView Control

sanjib
226

I have two questions all regarding TreeView Control. 1> We usually know that TreeView can be bound to XML, tabular or relational data but is it more useful with the XML file? In fact when I try to bind it with data, it directs to ei ...

0
votes
2 answers

Custom User Controls on Windows Form

Hi, Is there anyone to guide my how to draw a user control on windows form to display code generated images such as rectangle, circle or triangle.

Feedback