July 10th, 2008
msquared (Administrator)
|
[Mod]GET A FASTER ANSWER TO YOUR QUESTION
.NET is a conglomeration of many different languages and programming paradigms. Community experts are not mind-readers, therefore we occasionally... more »
sticky
|
|
pass the value in a textbox from form1 to the textbox in form3.
i hav 3 forms.After clicking a button on form1 it shows form2 n similarly after clicking form2 ,form3 appears.i want to hav the value in a textbox in... more »
|
|
create multple projects inside a single project
Hello ,
I have two projects A and B
is it possible to import project B in project A?
if not is there any alternative ?
i tried to import project B... more »
|
|
database problem,inter conected table
I have one A table in a database which contains some columns like for eg- key,name ,age,add,phone no.
Another table B in a database contains... more »
|
|
ASP.Net, c# Web Service with WSE, Handle SOAP/DIME attachments
Hi Folks,
Sorry if this is a bit vague, but I am REALLY struggling to find an answer to this (hopefully simple) question.
I have a web service... more »
|
|
How to fetch some of the data from databse to textbox in a form.
i hav a form. there is a roll.no textbox,i want that when i enter a roll no. ,that rollno if exist in a table in the database then it bring its... more »
|
|
auto increment
hi
this is niraj i am doing a code to auto increment the employee number on button click event in a text box ....can any one help me for that.
the... more »
|
|
How do I connect a simulink application with C#.NET
Hi,
I'm looking for a way to connect an application created with simulink with C#.NET. I also need to be able to process the outputs from the... more »
|
|
display data from one page to another
i have created a login screen that validates the username and password provided by the user. now i want that after validation the screen that apears... more »
|
|
dynamic ip address of a system on internet
hi all,
can we use the dynamic ip address to identify a paticular computer on the internet .
is there a static ip... more »
|
|
Using inline code
Can anyone point me in the direction of a good article or somewhere I can learn more about inline code?
I am trying to set a links text and... more »
|
|
Configuration file for each dll
Hi all, I have a question about configuration file of an application.
I have an exe file plus a number of dll (classl ibrary) that I dinamically... more »
|
|
Gridview Update - cannot retrieve new values
It doesn't look like its possible to retrieve new values if there is a gridview without datasource.
Can someone please translate this for me from... more »
|
|
Gridview
Is it possible to assign a data value from database onto a label..?
Usually we get to see the values in a gridview BUT i want to see the value on a... more »
|
|
ConnectionPooling
Actually why do we go for connection polling ? Is that we go for ConnectionPooling for using multiple database like sql,oracle,msaccess or do we go... more »
|
|
fonts enlarge on postback
hi
everytime my .net page reloads after pressing a submit button, the fonts get enlarged. i dunno why this happens and how to check this
can anyone... more »
|
|
validate entries using an sql table
Hi all!
i want to validate the user name and password using an sql table i created.
i have tried the following code:
SqlConnection myConnection =... more »
|
|
Modal Popup Extender disappearing during validation
Hi,
Im using modal popup extender control to login.. While validating controls in panel it gets disappear. I tried to show the panel by script... more »
|
|
Stopping a For Next Loop until a value is return from another form
Hi,
I am pretty new to VB.net and am having trouble figuring out how to do this.
I have an app that copies data from one datasource to another.
... more »
|
|
Why is it static?
Can someone explain to me what static is and why is main function declared as static.
and how come I cannot call a function declared as... more »
|
|
Please help - how to rotate a picture in picturebox
Hi, I have a WinApp in which I have a pictureBox.
I can draw in it like in the paint of windows - I accomplish that with an arrayList of Points and... more »
|
|
correct a misspelled word automatically with most matching word using Msword.dll
Hello all,
i need to correct a misspelled word automatically with a most matching word by using MS word.dll in vb.net 2005, i m getting... more »
|
|
Problem with dynamically adding controls to panel
hai........
i have an asp.net page.with four text box controls.I also have a link button .
i want to add 4 text boxes each time i click on the link... more »
|
|
Problem in accessing MSAccess
I am not able to insert values into msacess what could be the error in the below shown statement?
string con =... more »
|
|
How to Delete all the cookies in a webpage in ASP.NET?
Hi,
I want to delete all the cookies (data entered by the user in all the textbox controls ) . Also i want to delete all the items of textbox when... more »
|
|
ASP.NET display photos on pages dynamically
Hi,
I am writing an application which will display the photos on the web pages.
The photos are stored in the seperate machine but in the... more »
|
|