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
Member Avatar for psathish2

hi i am sathish. i am asp.net beginner i want learn grid view in asp.net using C# . i donot how to do. so any one know plz send me step by step.. thank you

Member Avatar for afroz khan
0
295
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
66
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
81
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
152
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
91
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
72
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
160
Member Avatar for chriscross86

hi, there... im having problem with this codings. these codings are meant for login purpose. i dont knw where ive gone wrong. are these the only codes, or are there any other codes that ive not included... please help [code=asp.net]<%@ Page Language="VB" %> <script language="VB" runat="server"> Sub btnLogin_OnClick(Src As Object, …

Member Avatar for srikanthkadem
0
191
Member Avatar for chriscross86

hi, there...im trying to figure out where to use these authentication codes as im trying to come up with a login page. these codes are used over the <head> tag, but is it used within the <html> tag? [code=xml]<?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- enable forms authentication --> <system.web> <authentication …

Member Avatar for johnny.g
0
71
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
138
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
209
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
79
Member Avatar for dron

Hello, What SQL query should I use, in order to copy records from one table to another, both of the same schemas, in such way that only records that don’t already exist in the destination table will be copied? For example: Table A – Destination table ****** Col1 Col2 Col3 …

Member Avatar for johnny.g
0
299
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
62
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
298
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
115
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
169
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
58
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
176
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
39
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
125
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
209
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
98
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
194
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
169
Member Avatar for ebabes

I wish to insert an [B]swf[/B] files in ASP.Net, how can I do it? What is the code in ASP.Net?

Member Avatar for ebabes
0
248
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
53
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
41
Member Avatar for Jihad

I am making a form and at the end of the form there is a save btn that should save data into database and redirect the page the same page that the form is in. Well its not working. simply speaking its just Response.Redirect("samepage.aspx"); I know it should work, but …

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

:icon_question: i have a button in my web page and want it to print sumthing when clicked hw do i do it? i tried using window.print() but it doesnt work

Member Avatar for s1986
0
63