Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for q8_dreamy

Hiii I want to use select in select clause this is my statement which got an error: [code=sql]Select count(*) as cnt, (select count (answer_q1) from answers where (answer_q1 = 'ضعيف'))as a_q1 FROM Answers[/code] and this is the error: Error in SELECT clause: expression near 'SELECT'. Error in SELECT clause: expression …

Member Avatar for Sirisha_2
0
1K
Member Avatar for q8_dreamy

Hiiiiiiiiiiiii Iam using modal popup extender in my application which is worked fine but it is missing one thing, I want the freezed screen below the modal to be coloured to gray??? I put in the class of modal popup in the style sheet the following: background-color: #808080; put it …

0
68
Member Avatar for q8_dreamy

Hi This is first time I use ajax controls I put script manager control and calender extender then I chosed text box and wrote in calender extender target controlID: TextBox1 but when I run I got nothing when click on textbox!

Member Avatar for q8_dreamy
0
70
Member Avatar for q8_dreamy
Member Avatar for q8_dreamy
Member Avatar for taylorqwerty
0
112
Member Avatar for q8_dreamy

hiiii how can I use 2 different select statement to insert 2 different values in same insert statement ????

Member Avatar for sknake
0
5K
Member Avatar for q8_dreamy

Hi I created web application using visual studio and I want to link it to html page using front page when I run the HTML page I got the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and …

Member Avatar for kameswari
-1
86
Member Avatar for q8_dreamy

Hi I created web application using visual studio and I want to link it to html page using front page when I run the HTML page I got the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and …

0
75
Member Avatar for q8_dreamy

Hii everyone, I got a problem with cross tab crystal report.. I want to fix the design, delete total fields, put field near to field instead of below and I want to add a column How can I make all these???

0
73
Member Avatar for q8_dreamy

hiiiiiiiiiiii every one, Iam creating a data table and I want to take data from access db and put it in datat table How can I do it :-/

0
91
Member Avatar for q8_dreamy

Hiiiiiiiiiii,:( I got a serios problem this time.. I need to create report each field in the report has different condition so, when i write the select statement I can't put all conditions in one where clause because it will check all of them together!!!! I used select union all …

Member Avatar for q8_dreamy
0
94
Member Avatar for q8_dreamy

Hiiiiiiiiiiiiiiiii :) I want to create crystal report filtered with specific values Iam creating the report with wizard... if i filter just one filed then every thing goes fine, put if i filter more than one filed i got the following error when run: Error in File C:\Users\kisruser\AppData\Local\Temp\test {8D5AD4DD-CCD0-451E-BF1F-7E3E31F22880}.rpt: Error …

Member Avatar for q8_dreamy
0
112
Member Avatar for q8_dreamy

Hiiiiiiiiii can any one help me plz :) i want to send date and another variables from form to another when click btn... how can i do it?????

Member Avatar for himanshu.tomar
0
85
Member Avatar for q8_dreamy

Hi, I want to add button in my form to print when click how can i do this??????? thank you

Member Avatar for slavedogg
0
94
Member Avatar for q8_dreamy

Hi every one, I made crystal report and i put crystal report viewer in my form when I run I got the report but the print button inside the report doesn't work, the export button also doesnot work and the button of next page same thing WHAT is the PROBLEM …

0
67
Member Avatar for q8_dreamy

Hi, I made a form having control reportviewer and when I run my web I got the following error: Failed to map the path What is the problem I neeeeeeeeeeeeeeeeeeeed Help quickly please :(

Member Avatar for kuttans151
0
55
Member Avatar for q8_dreamy

:sad: hi every one I have a problem with rdlc report how can I view it??! I think something missing with my code.. can any one help pleeeeeeeeaaaaase :'( :'( :'( this is my code: Protected Sub Button3_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button3.Click Dim thisDataSet As …

0
78
Member Avatar for deepukng

Hello Friends, I am learning VB.Net (Visual Studios 2005) and using MS Access as backend database. pls someone tell me how to connect VB.net to MS Access.

Member Avatar for q8_dreamy
0
114
Member Avatar for q8_dreamy

hi i have textbox and i want to insert this text into access db but the field in db is number so i tried both functions val and cint to convert text to integer while iam inserting at the same time but i got error : Input string was not …

Member Avatar for Jx_Man
0
98
Member Avatar for q8_dreamy

Hi, if I connected access data base to vb form and I want to insert value of dropdown list(Items are yes and no) into the data base (field is type of Yes/No) what will be the insert statement?!

Member Avatar for Jx_Man
0
111
Member Avatar for Mark@UKMB

On a button click how can i make text appear in a textbox For instance Click ButtonA input to Txtbox1 "test" The word test would then appear in the textbox. I'm sure this is easy but ya know!

Member Avatar for Jx_Man
0
142
Member Avatar for q8_dreamy

I want to insert values of check box list into access data base field (I want all values in ONE field!!!! of course seperate raws) the problem is when i run the inserting statement i got just the first value in the field I tried loops but it doesn't work …

Member Avatar for Jx_Man
0
73
Member Avatar for q8_dreamy

Hi can any one help me please, How can I go to a control according to text of specific one for example if I have drop down list contains 2 items 'Yes' & 'No' I want to to go to textbox1 if answer is Yes and go to Textbox2 if …

Member Avatar for Jx_Man
0
122
Member Avatar for q8_dreamy

hi, if i have a vb form connected to access db and i want to insert values of checkbox list(more than one value) in one database field.. how can i do it see a piece of my code: cmcontact.CommandText = ("insert into table1_local(name)values('" + Me.CheckBoxList1.SelectedValue + "');") when i run …

0
66