User Profile
Collapse
-
is ur problem solved? -
i mean 2 say that i have a piece of code in java ..i need that to be converted into C#.Leave a comment:
-
-
how to display crystal reports on seperate form??
hello
i need help regarding crystal report.im using VS2005 with C# for
developing web application.
im using a dropdown list to select departments and then wants to display report on other page.
ive successfully genereated report on the same page.(using crystal
report viewer and DDl on the same page).
please help me. -
well....i was facing similar problem..and finally ive done this thing..
do u need the whole code?
or u've some problem in the code.Leave a comment:
-
javascript alert in C# web form
how to use javascript alert in C# web forms?
im using this:
Code:Button.attributes.Add("onClick","javascript:alert('data saved successfully')");
but its not working.
i searched for it on internet but im getting tutorials etc for windows forms.... -
-
connecting multiple values by draing lines
Hi,
Im developing a C# web application in VS2005.
Ive 2 textboxes for user input and a button. First textbox gets string as input(e.g, ItemA, ItemB etc.) Second textbox get int as input(1,2,3,4 etc).Button is meant to generate a diagram using GDI.
Here is a look at my form.
Item1 ----------- Preceding Item 1 -----------
Item 2 ------------ Preceding Item2 ----------
Item3 ----------- Preceding Item 3... -
insert GDI+ image into sql 2005
i have created an image using GDI+. how can i save it into sql 2005 database?
please help me. -
crystal reports for visual studio 2005
can anyone tell me how to get started with crystal reports for visaul studio 2005?
Any links or tutorials? -
-
Thanks alot..My problem is solved.But i've another..
here it is:
i get the data from database in textbox but for each employee i get the same data.I think there's problem with my Query..Leave a comment:
-
sorry i sent the same code again..
the code using SqlData Reader is below:
...Code:connection.Open(); SqlCommand command = new SqlCommand(); command.Connection = connection; command.CommandText = "ShiftDetails"; command.CommandType = CommandType.StoredProcedure; // Add the input parameter and set its properties. SqlParameter parameter = new SqlParameter();Leave a comment:
-
code for populating drop down:
...Code:DataAccess data = null; data = new DataAccess(); SqlConnection oConnection = null; oConnection = new SqlConnection("server=ABC-F78782C30;uid=sa;pwd=sasa;database=Emp"); data.openConnection(); data.ProcName = "DisplayEmployeeName";Leave a comment:
-
how to get data from SQL server 2005?
how can we display data from SQL server table into web form(textbox)? -
Im already using SqlDataReader.. .if u check out my coding..
i dont know what's the problem.Leave a comment:
-
sorry i didnt work.PLZ help me.My prog. runs successfully without any error but i cant get value in textbox.
ive searched alot but i get help for windows forms and i dont know how to convert it for C# web form.Leave a comment:
-
-
The code for populating DropDownList is:
[code=cpp]
protected void Page_Load(objec t sender, EventArgs e)
{
name_combo.Item s.Clear();
DataAccess data = null;
data = new DataAccess();
SqlConnection oConnection = null;
oConnection = new SqlConnection(" server=ABC -F78782C30;uid=s a;pwd=sasa;data base=Employee") ;...Leave a comment:
-
Im gonna try what you suggested.
Im developing web application using DropDownList.(y ou pointed out the right thing).and using stored procedures.Im populating DropDownList with employee name.When i debug my app. it runs quite successfully showing employee name inDropDownList but doesnt show any value in textboxes.altho ugh ive written stored procedures for showing worker's data in textbox.Leave a comment:
No activity results to display
Show More
Leave a comment: