Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
Favorite Tags

30 Posted Topics

Member Avatar for psathish2

hiii,,,go thr these links ,,it wil definitely help u,,as it helped me [URL="http://support.microsoft.com/kb/937094"]http://support.microsoft.com/kb/937094[/URL] [URL="http://aspnet.4guysfromrolla.com/articles/110905-1.aspx"]http://aspnet.4guysfromrolla.com/articles/110905-1.aspx[/URL] try it,,,reply if it does cheers

Member Avatar for afroz khan
0
301
Member Avatar for johnny.g

hi all.. i have created a cube in bids..here i am stuck in a very bad way.i have a measure called as total and a dimension called as date..what i want is a measure which will calculate the difference of the total for the years..eg..for 2007 total is 5 and …

0
67
Member Avatar for johnny.g

hi all,,,need a little help from u ppl. i am creating reports using bi of vs along with cubes. here is the example of my report.. country qty rate rate qty a 15 200 2 b 10 400 3 c 20 300 1 i am able to achieve the first …

Member Avatar for dnanetwork
0
83
Member Avatar for johnny.g

Hi all..need a little help from u all. i have created a windows application using vb.net wht i want to do is create a windows service for this application so that it can be started automatically or manually and started and stopped on demand. i have gone thr some forums …

Member Avatar for Luc001
0
161
Member Avatar for johnny.g

hi all, i have a simple problem with the reporting services. i have configured the reporting server and it is working fine when i browse the reports through the report server. i have another application in which i have made use of a report server. when i try to browse …

Member Avatar for sknake
0
93
Member Avatar for johnny.g

HI all, i am using vs 2005 and sql server 2005. in my web application i have made use of the report viewer along with the web part manager and the web part zones, which allows me to drag and drop the reports in the web part zones. all is …

0
73
Member Avatar for johnny.g

hi ,,i m using asp.net 2005 in VB language and sqlserver 2005,,so here i m with a new problem......i have a textbox and a button in my form,,,i m using a table called as details..i want the fname from details table to be displayed in the textbox and on the …

Member Avatar for P.K.Chaudhary
0
189
Member Avatar for chriscross86

hii,,this is wht i used in my page and it worked for me,,,i have used an image button,,,i have written this in the <head> tag [CODE]<script language="C#" runat="server"> void Login_Click(Object sender, System.Web.UI.ImageClickEventArgs e) { // authenticate user: this samples accepts only one user with // a name of 'admin' and …

Member Avatar for srikanthkadem
0
192
Member Avatar for chriscross86

hi,, as serkan said,,this has to be used in the web config file. here. There are predefined tags in the webconfig file, u dont have to create a separate html or xml file for ur project

Member Avatar for johnny.g
0
75
Member Avatar for johnny.g

hii alll,... i have a feedback form whr the user enters the data and it gets stored in the database.i have also given validations for submitting the form,,(for e.g. the user wil have to enter his name,,he cant leave tht field blank)...the prob is whn i click on the signout …

Member Avatar for serkan sendur
0
143
Member Avatar for johnny.g

Hi all, I have a very simple query but this is driving me nuts. I have installed sql server 2008 on my system. Its working fine, but the main thing is that i am not able to configure the report server. Can anyone help me how to configure the report …

Member Avatar for johnny.g
0
211
Member Avatar for johnny.g

Hi all, I am really stuck in this problem. Here it goes:: I am using sql server 2005 and visual studio 2005. I have configured the report server 2008 successfully. I have a web application in which i used to call the reports and display it in the web page …

0
81
Member Avatar for dron

[QUOTE=atinobrian;785706]Here is the code [code] insert into Table A(col1,col2,col3) select TableB.col1,TableB.col2,TableB.col3 from Table B left outer Join Table A on Table B.col1 = Table A.col1 and Table B.col2 = Table A.col2 where TableA.col1 is null or TableA.col2 is null [/code][/QUOTE] hey dude,,,this was a very nice code,,my half problems are …

Member Avatar for johnny.g
0
300
Member Avatar for johnny.g

Hi all, I have a query which is driving me nuts. I am using asp.net 2005 and sql server 2005. I created a report using the reporting services. This report has two parameters year and month. My query is after selecting the parameters I have to click the View Report …

0
64
Member Avatar for johnny.g

hi all i m using asp.net 2005 and sql server 2005...i have a dropdown list in my page...i have a table called as details...all i want to do is bind the fname from details table to dropdownlistbox...but the thing is tht i want to each and every step through coding...is …

Member Avatar for jpramac
0
305
Member Avatar for johnny.g

hi all,,here i m again stuck in the midst of my project.i am using asp.net 2005 in vb language and sql server 2005.Well in my application i have used a datagrid tht fetches data from a table.i am able to edit update and delete.in my table i have columns called …

Member Avatar for johnny.g
0
119
Member Avatar for johnny.g

hii all, i have a query,,it might be simple bt i hav no idea how to do it,,i am creating an application in VB lang using asp.net 2005 and sql server 2005. in my form i have a combo box which displays all the table names from my database say …

Member Avatar for Kusno
0
171
Member Avatar for johnny.g

i hav a small query,,,i have made a windows application,i m using listview in which i want to display all the table names in my database on a click of a button,,,how can i do tht... tnks in adv

Member Avatar for johnny.g
0
60
Member Avatar for johnny.g

hiiii..i am using asp.net 2005 in VB language and sqlserver 2005..in my form i am using 2 dropdownlist boxes..if i select a name in the dropdown list box1 then the corresponding last name is selected in the dropdwon listbox2...till now everything is working fine,,,now if i want to change the …

Member Avatar for bala24
0
182
Member Avatar for johnny.g

hii alll,,i hav a simple problem,,,i am using asp.net 2005 and sql server 2005.. i m using vb language..i have a page whr i can update the existing details on the click of the update button in the database,,,,what i want is if nothing is updated ,,,and evn i press …

Member Avatar for bala24
0
41
Member Avatar for johnny.g

hi all,,, well i am using asp.net 2005 and sql server 2005... i hav a database called as ABC,,i am using a gridview and a dropdown list inmy application. What i want is ,,the dropdown list should be populated wiyh all the table names available in ABC database and on …

Member Avatar for bala24
0
127
Member Avatar for johnny.g

hii,,guys,,i m using asp.net2005 and sql server 2005...in my page i have used gridview and sql datasource,i m able to edit,update and delete the records,,the problem is tht for 1 column i would lik to use a dropdown list instead of textbox when i am in edit or update mode,,,heres …

Member Avatar for johnny.g
0
218
Member Avatar for johnny.g

hii,,,i m using asp.net 2005 i have given login control manually using forms authentication and all.. on proper username and password it opens first.aspx....everything is workin fine. what i want is tht first.aspx should open in a pop up window with specific height and width.heres the code for login [CODE]<script …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for johnny.g

hiii,,i m a new member of daniweb and new to programming also.. well i have a simple login page in my website,, currently i am using standard username and password,,,but i would like to have the username and password checked from a table in the database,, i am using asp.net …

Member Avatar for SheSaidImaPregy
0
196
Member Avatar for johnny.g

hii,,i am using asp.net 2005 and sql server 2005.i hav a insert page thr which i can insert details to a table in the database,,thrs a column called sme_id in the table.....what i want is when a user inserts the sme_id from the webpage,it should check from the table whether …

Member Avatar for johnny.g
0
172
Member Avatar for ebabes

[CODE] <OBJECT id="banner" style="WIDTH: 696px; HEIGHT: 192px" codeBase="images/banner.swf" code="images/banner.swf" VIEWASTEXT> <PARAM NAME="movie" VALUE="images/banner.swf"> <embed src="images/banner.swf" width="696" height="192"> </embed> </OBJECT> [/CODE] change the required attributes like source ,width ,height ,,etc hope ths wil help u,, reply if it does

Member Avatar for ebabes
0
252
Member Avatar for johnny.g

hiii, i am using asp.net 2005 and sql server 2005...i hav a page in which i have used gridview ant sql data source.. i have written the update command for the same..the problem is when i add the where clause in the query i get an error ,,,,here is the …

Member Avatar for Kusno
0
55
Member Avatar for johnny.g

hiii,,,i m using asp.net 2005 and sql server 2005 i m using gridview and sql datasource,,whn i debug the application i get ths error:::: ________________________________________ Format of the initialization string does not conform to specification starting at index 0. ___________________________________________________ can ne1 help me out with ths error,, thnks in …

Member Avatar for serkan sendur
0
45
Member Avatar for Jihad

hiii,well u can clear the textboxes on the click of the save button like: `TextBox1.text="";` if the insert query is properly fired thn u can use the above code..for e.g. private void Button1_Click(object sender, System.EventArgs e) { create a connection/// try{ sql command ins = new sql command("insert statement......") if …

Member Avatar for johnny.g
0
142
Member Avatar for s1986

hey dude ,,try ths it wrks onmy page <input type="button" onclick="window.print();" value="print" runat="server"> this wil print the current page.. hope this wil help.....

Member Avatar for s1986
0
66

The End.