Hi all,
I want to know how to place image control in RDLC reports.
I want to display image control in some places and I dont want to display image control in some places in RDLC reports(Windows application).
Please anybody help me.
Thanks and Regards,
Neeraja.
User Profile
Collapse
-
C#: Doubt in textbox Lostfocus event
hi all
i have a problem with my text box whose Lost Focus event has a validation code.
but when the Lostfocus event occurs it prompts an error as below inside the designer.cs window
can any one help me
...Code:void txtLoginId_LostFocus(object sender, System.EventArgs e) { throw new System.Exception("The method or operation is not implemented."); } -
Ado.net: how to assign the column value in a datatable to combobox.?
hi all
i want to show a column value from datatable.I tried as below . it doesnt shows the values.
pls help.
...Code:SqlDataAdapter adpt = new SqlDataAdapter(cmd); DataTable dtCust1 = new DataTable("CustomerDatTab"); adpt.Fill(dtCust1); dataGridView1.DataSource=dtCust1; -
hi frinav
fine article.
it ll be good if u can add examples for Executescalar, Datatable.
thnk u
kssk -
C#:App: Creating common class containing INSERT method for many FORMS?
HI ,
i want to know how to create a class which has an INSERT method for several forms.
for example: i have 3 forms , FORM1,FORM2 FORM3.
FORM1 has 3 textboxes.
FORM2 has 7 textboxes .
FORM3 has 20 textboxes.
Each textbox contrl has datas with differen datatypes.i want to create a common class with INSERT method which inserts data in different table for its corresponding calls made... -
ya
thats right.
but when i tried as
this.close(); //also it doesnt responds my Esc key press.
ssk...Leave a comment:
-
C#:how to make Esc key to close form
hi
i need to close the form when esc key is pressed. i tried as below but no response.
thanks in advCode:private void Form1_KeyPress(object sender, KeyPressEventArgs e) { if(e.KeyChar==(char)27) { this.Hide(); } }
kssk -
C#App: Problem in DataGridView CellclickEvent
hi
everybody
pls help me to solve my problem. Though my code is right (i feel) i couldnt achieve the result i expect , i tried in all means, any one pls solve my headache!.
...Code:private void DataGrdVw1_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e) { string CurrentSelValue; CurrentSelValue = DataGrdVw1.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString(); -
My code doesnt works , even if i am right
i am hiding my MDI's menustrip in its load, when i click the button in form2 it should be visible. i tried in my code. it wont works. pls c my code again.
help me
thanks
ksskLeave a comment:
-
C#::Hiding MenuStrip in MDIParent
hi
i am creating a login page.Inthe form load itself i need to hide the MenuStrip in MDI Parent to HIDE, When the users gives the correct passwd and pushes the Loginbutton , My MDIParent1 forms menustrip should be visible .
c my code . but it doesnt works. Any body pls clear my doubt.
...Code:private void LoginForm_Load(object sender, EventArgs e) { MDIParent1 -
-
hi das
sorry my question was wrong,
though it was disabled it should be in white color?
now i did it thanku.
for others following code may help
this.txtUserNam e.BackColor = System.Drawing. SystemColors.Co ntrolLightLight ;
cheers
ksskLeave a comment:
-
-
c#:Doubt in eventhandler?
hi all
i have two forms FORM1 and FORM2.and form1 has two buttons.
when buttons B1,B2 is clicked in FORM1, FORM2 should appear,
but i need to trace which button is clicked .so that i want to display dfferent controls in FORM2 accordin to button click.
Any body give some tips
I am trying to trace the "event e" in the FORM2 's load event.
pls help -
c#: How to change the Back color of the Disabled TextBox control
hi
I am using Textbox contrl which is disabled for some conditions.
I would like to make the Textboxes back color as white as it looks when it is enabled? Can u pls help how to change its back color?
Thank u -
C#:Creating Login
hi all
i need to create a login page.
I have three fields in my UserMastertable
1.Login Id
2.UserName
3.Password
I had loaded these values in a dataset.
nOw i need to compare the values UserName and Passwd given in a form by user with column values in dataset! How?
help me
thanks -
-
-
C# how to call child forms from mdi for menu item clik
hi
all
can any one say how to call the child form from MDI menu item click event
thank u
ssk -
doubt in using serveral datasets?
hi all
i have a doubt, that
when i have several "select" queries for different tables, different criterias in same table, SHOULD I USE seperate DATASETS for each query?
pls reply me.
since i did like that, so that the no of datasetsi increased in my proj?
pls suggest?
thanks in adv
kssk
No activity results to display
Show More
Leave a comment: