13,153 Topics

Member Avatar for
Member Avatar for serkan sendur

Install iis 7 on your vista os.Open up the iis manager from administrative tools. Right click default web site and choose add new application. Give your application(your site) a name(alias) and point to your physical application folder. open up your web project in visual studio. Right click the web project …

Member Avatar for skiabox
0
1K
Member Avatar for leemind

Hi All, I have a WCF web service and i also have a desktop application. Now i want these two to communicate between each other. How do I do that? I am completely new, towards this, so please send me a working code if possible or the steps needed to …

0
59
Member Avatar for aliasneo86

i have a menu that has product IDs from a data base and I have a price text box that I wana get the price of that product from the data base on the menu change. HOW can i do this ?? plz help me so far this is the …

0
35
Member Avatar for Robins Antony
0
93
Member Avatar for anish.anick

Hi I am facing an issue regarding ASP.net validators. I have a web page which contains 3 textboxes,one drop down list, one radio button and a button to submit the form.Some times the validators are not fired on submitting the form. I checked the validation group and it is correct. …

Member Avatar for AntonioGK
0
88
Member Avatar for stevejhon

Hello I had problem I want to delete row from my datatable through asp:linkbutton. How can I do this. I had the following code, but it adds another row to the table protected void delCart(object s, DataTableNewRowEventArgs e) { dt = (DataTable)Session["Cart"]; dt.Rows[e.Item.ItemIndex].Delete(); //dt.Rows(e.Item.ItemIndex).Delete(); int CartItem = (int)Session["cartItem"]; CartItem = …

Member Avatar for zezo
0
117
Member Avatar for nice_true

hello! I would like to know the method of preserving the format of text when entering it into the databse, so that the same format is restored when data is retrieved bak from the database. for example if I write hello world [B]good morning[/B] [COLOR="red"]how are you[/COLOR] all the three …

Member Avatar for zezo
0
98
Member Avatar for Enjoy

Hi all, I am using asp.net with vb.net and creating linkbutton dynamically during run time. I need to add a handler for all these buttons. Plz tell me how to add one event handler for all the link buttons. this is the function i am using Protected Sub linkbutton4_Command(ByVal sender …

Member Avatar for zezo
0
78
Member Avatar for mailtosridar
Member Avatar for gafooronline

Hi I have created a web page that reads excel file it's working fine in Excel 2003 files, when I am trying to open Excel 2007 it hangs(If I run the page from VS 2005 then it first display 'file conversion Box' and then reading the excel file.if I am …

0
72
Member Avatar for creativehacker

Is there any way to disable saveas option in IE browser I found a site where they disabled saveAs in IE [url]www.totaram.com[/url] how did they actually do that can this be done using javascript...or any other mechanism I want saveas to be disabled when users see my site in IE

Member Avatar for zezo
0
127
Member Avatar for cellus205

Hows it going everyone. Im pretty new to Crystal Reports, and I have been trying to create a report. The report that Im creating is loading a dataset and right now I am using 5 tables from it. Its loading the dataset at runtime, and the tables that Im loading …

Member Avatar for cellus205
0
196
Member Avatar for nash_ph_41

I have a condition for a datagrid (Please view the list.JPG from the attachment) in here you can see a set of data being load from the database. User can perform add, remove , dispose function Here is my condition: Since user allow to add, it also allow to remove …

Member Avatar for nash_ph_41
0
99
Member Avatar for mohammadz

hi guys, im building an e-shop website and i have alot of pages there. Here's how it works... The client will surf the site, choose the product he wishes to buy and checks on a textbox that says "add to cart". now when he chooses all he wants, he then …

Member Avatar for mohammadz
0
157
Member Avatar for craigaw

Hi, I'm not sure which forum to put this in, so I'll take my best guess. I have an ASP.NET page where when an ASP.NET button is clicked, it (among other things) fires a one-line JavaScript to open a pop-up (separate) window that the user can do things within. This …

Member Avatar for rishabh2011
0
111
Member Avatar for anithajoe

Hi I wasn't sure as to where I need to post XSL related questions..Is there anyone in this group who has expertise with XSL? If anyone can help me out with an XSL related question, that would be great. Ani

Member Avatar for anithajoe
0
116
Member Avatar for pradeepkk2008

Hello All, I have few pages which needs to be available only to admin , but there is no authentication mechanism. I need to provide default password to any person who clicks on some links, and there should also be facility to change the password also. Can anyone help me …

0
60
Member Avatar for red_evolve

Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the …

Member Avatar for binusworld
0
395
Member Avatar for adityakiran.m

:) hai can any body help me in how to convert the Vb.net Code into C#.net code

Member Avatar for adityakiran.m
0
76
Member Avatar for ricksvoid

Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect the old site pages to there respective new pages. Ive gone into the web config file and pasted the new Url under the <sendTo> tag but there is a syntax error with the new Url …

0
98
Member Avatar for ricksvoid

Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect old site to its coorasponding new pages. Ive tried to make changes in the web config file but it doendt seem to have any effect. The existing web config file goes as follows: <RewriteRule> <LookFor>~/realestate/atlanta/cobb/sattleCreek\.aspx …

0
56
Member Avatar for wsee

Hi, I set HtmlEncode="False" and DataFormatString="{0:mm/dd/yyyy}" in boundfield of a gridview but the month became 00 (18/00/2008). After removing {0:mm/dd/yyyy} from DataFormatString, the month appeared again (2008-09-18 12:00:00 AM) of course together with the time portion that I wish to get rid of. Please help. BTW, whart is {0} stands …

Member Avatar for wsee
0
93
Member Avatar for obscured47

Hi, I've read some msdn pages about fragment caching etc but I'm still unsure about something. I've created a server custom control that acts on a text field using it's id. So it has TextID property that is defined on the creation of the control. The control also finds the …

0
56
Member Avatar for IT_Techno

hi i have gridview with invisible Case_ID DataField when i try to edit any row in gridview it doenot edit if the Case_ID DataField is invisible but it worke well if i make it visible this is the code can some body helpe me please: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="Customer_ID" …

0
82
Member Avatar for DGULLIVER

Hi, Our development team maintains over 100 VB6 applications and we are looking to convert over to VB.net I am aware that when you run a .Net application over a network a security exception is thrown. Within the Microsoft .NET Framework 2.0 Configuration I changed the permissions to FullTrust in …

0
85
Member Avatar for sancti

can anybody tel me how can i generate a chart using ASP.NET.What are possible references i should add. thanks in advance

0
55
Member Avatar for plusplus

I have been searching for a solution for this, but all the things I've found do not apply to my problem, so I am giving all the details, and please someone help me I am using access database I am using typed datasets as my DAL I am using objectdatasource …

0
82
Member Avatar for agz86

how can i restrict the non integers entered on the textbox on the gridview using javascript

Member Avatar for Kusno
0
47
Member Avatar for dudegio

Hello everyone, I am working on a web using ASP.Net (VB) and Sybase as its back end. I am trying to display data from database to the textbox. Does anyone know, pls help. Here's my code and its not working. pls. pls help. thanks a lot Try conn.Open() cmd = …

Member Avatar for dudegio
0
353
Member Avatar for Missouri_Mule

Hello All! I am a newb in need of some serious help. I am trying to get my website administration setup by using some different source code. I figured out the database issue I posted a couple of days ago. My current website is a ASP.Net 2.0 starter kit in …

0
58
Member Avatar for Ancient Dragon

I'm a newbe at this so started the walkthrough. I'm really confused about one statement [url]http://msdn.microsoft.com/en-us/library/k4cbh4dh.aspx[/url] [quote] [b]Adding and Programming Controls[/b] <snip> [b]To Set Control Properties[/b] <snip> 3. Put the insertion point in a space within the <asp:label> tag, and then press SPACEBAR. A drop-down list appears that displays the …

Member Avatar for peter_budo
0
89
Member Avatar for anithajoe

Hi All, I have a serious issue with my website. I am currently trying to implement a new design for my website using ASP.Net and C#. I have a homepage that has a left navigation bar, content place holder and a footer. I have created 3 separate controls for each …

Member Avatar for anithajoe
0
149
Member Avatar for Jihad

I am parsing XML file which contains this tag [COLOR="Green"]<TransferInfo xsi:type="ProductTransfer">[/COLOR] I want to get the [COLOR="green"]xsi:type[/COLOR] value. I am using the dataset to parse the file. The problem is that [COLOR="green"]xsi:type[/COLOR] is not one of the items of the [I]TransferInfo[/I] table. Is it possible to get that value, and …

0
63
Member Avatar for Missouri_Mule

I have an existing connection string in my web.config file. I just added some code from another web developer into my website. Along with that I added a new ObjectDataSource control and configured it to look for the existing ConectionString which IS NOT an OleDbConnection, by using the following code. …

0
43
Member Avatar for sancti

hi all, I am new to this ASP.NET web application. I want to capture the screen using the printscreen key and save it.How can i do this using ASP.NET programming? Thanks in advance....

Member Avatar for developerbuzz
0
77
Member Avatar for kaptham

I am using Visual Web Developer Express, 2008, and am attempting to create an Admin section so the site owners can go in and alter their site. However, whenever I go to Website->ASP .Net Configuration to try to open the website administration tool, it tells me: An error was encountered. …

Member Avatar for Missouri_Mule
0
154
Member Avatar for LiBOC

Dear friends, thanks in advance for reading this: I wanted to set up membership roles for my application. I am using Visual Studio 2005 Web Development. However, I could not enter into the security tab under ASP.NET Web Site Administration Tool(In a web interface look)... they threw me this: There …

Member Avatar for Missouri_Mule
0
245
Member Avatar for sbv

Hi All, I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change? :) Please increase my knowledge.

Member Avatar for Missouri_Mule
0
108
Member Avatar for savi3

HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Plz tell me how to solve this.. Am a new to this..

Member Avatar for Missouri_Mule
0
75
Member Avatar for umesh.daiya

hi i am using fckeditor in asp.net using c# but its return error 404. second problem is that there is a dropdown list box and i have a button on btn javascript open new window and store value in datebase and close form after data enter and i want now …

Member Avatar for Missouri_Mule
0
59
Member Avatar for Doc Holiday

Hi All, I have a datagrid that that get populated from a SQL store procedure and I need to hide the row(s) that are blank. Any idea how I can force the datagrid not to show blank row(s)? Thanks Doc Holiday

Member Avatar for sbv
0
57
Member Avatar for agz86

how can i get a name from database accrding to the letteres entering on the textbox using onkeyup()

0
62
Member Avatar for nice_true

Hi! I would be grateful be grateful if I get an answer to this problem...... I have 2 dropdownlists, one contains country names and the other contains states' names. Now what I wish to do is that when i select a particular country from the first dropdownlist, its corresponding states …

Member Avatar for kburb23
-1
296
Member Avatar for dskumar_85

[code] hai friend's i have 1000 and more question's in database ,now i want to select the question's by the amount of 10 at a time ,when i click the next button the another 10 question's are want to show , now the selected questions from database should be in …

0
66
Member Avatar for chilu2000

Hello am looking for someone who can assist me in modifying visual studio job website starter kit to fit the requirements of a project am working on. The modifications will include alterations to the database and inclusion of several features. More details will be given upon getting a response. Or …

0
45
Member Avatar for Proctor

Hello: I hope I'm in the correct forum for this question: Does anyone know if the .net api for autoCad allow you to work off the internet; or rather, it for developing in client/server environment only. Thanks, Proctor

Member Avatar for ognyandim
0
61
Member Avatar for Prakash.C

hi, I'm trying to make a AutoCad tool palette with some tools, from VB.Net, i have been roaming through nets for some materials & help, but i coud'nt get atleast one also, so if U know any resource regarding this please forward it to me, thank U in advance, bye...................Prakash.C

Member Avatar for ognyandim
0
150
Member Avatar for color blind

hi guys, i have recently uploaded my project in school website, in a free host site. but unfortunately, i encountered this error, check this out: [COLOR="Red"]Server Error in '/projecty3' Application.[/COLOR] User does not have permission to perform this action. Description: An unhandled exception occurred during the execution of the current …

Member Avatar for developerbuzz
0
213
Member Avatar for nirothegreat

Hi guys, first of all i would ask all the engineers out there, i really really need this favour. I am building an online shop (DVD's), i have with me the basic page "movies.aspx" which displays the movies in a table with a thumbnail and a small description . there …

Member Avatar for developerbuzz
0
90
Member Avatar for hkarthik

hi all, how do we display a messagebox in ASP.net. i tried in this way MsgBox("<script language='javascript'>successfully saved</script>") but it displays a error message saying " [B][I]It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly …

Member Avatar for reach_yousuf
0
192

The End.