13,153 Topics

Member Avatar for
Member Avatar for QuesoTaco

I am trying to figure out some web development using ms vwd in C#. I want to link a couple of textual titles to hyperlinks. However, those hyperlinks are stored in a database object's column using ms sql server and so I need to use the oledb commands and iterate …

0
165
Member Avatar for binoy.mathew

Hi, I have a user control in my page. The user control has some textboxes and a button. The button is disabled initially. When I click on a button in the page, I want to enable the button in the user control. Can anyone post me the code to do …

Member Avatar for |-|x
0
59
Member Avatar for PressOnThis

I'm trying to find a way to display the favicon from the webBrowser in Visual Studio Windows Forms to a pictureBox. Can anyone help out?

0
91
Member Avatar for aldm

Hi, I'm new in ASP.NET MVC3 and I work on one project. I used Web Forms before, so I have doubt about way to handle login and logout (with default asp.net membership features - tables aspnet_Users, aspnet_Roles etc). Is the best way for this to implement AdminController with Authorize filter. …

0
68
Member Avatar for aqeelmoosa

Hi, I am using VS 2008, asp.net and VB coding. Using Grid View, How can I access the data of the selected row if the column type is check box? The following line is working fine with text, date, number, lbltest.Text = GridViewRVs.SelectedRow.Cells(7).Text but the problem is that I need …

Member Avatar for thines01
0
138
Member Avatar for clausont

I asked this basic question a couple of days ago but I probably didn't include enough information in my question. Sorry for reposting, but I am really lost here. This is a web application in VB.net connecting to an Access database on a 2003 server. The problem: I have a …

Member Avatar for clausont
0
233
Member Avatar for zrony
Member Avatar for mani-hellboy

Hi friends., I am now try to study LINQ in C#.net which book can i refer and that is easy to learn and give perfect example code snippet

Member Avatar for thines01
-1
226
Member Avatar for vinayphadke

Hi, I am using the 'DataGridViewCheckBoxColumn' class to show the checkbox in each row of gridview. The checkboxes require 0 & 1 values to show the checkboxes checked and unchecked. The select query which builds the datasource for Gridview shows the 0 & 1 values being fetched from database. Now …

Member Avatar for vinayphadke
0
130
Member Avatar for fawadkhalil

Hi all I have declared a Session variable in web handler i-e .ashx file like below [CODE] int SaleID; HttpContext.Current.Session["tempSaleID"] = SaleID; [/CODE] Now i want to remove this Session variable in class file i-e .cs In normal cases Session variable are removed using [CODE] Session.Remove("SaleID"); [/CODE] but in this …

Member Avatar for Cruize_Invades
0
102
Member Avatar for Sevyt

Can anybody tell me where i can find the connection string for using on a asp.net form. I am trying to connect a mysql database to it, and wanted to connect a access database to test the main functions. But i am having a hard time finding any of these …

Member Avatar for Sevyt
0
95
Member Avatar for dwayned

HI I am using - ASP.Net - C# - SQL Server Express 2008 R2 I have a table called customers which contains all customer details and a stored procedure which gets: - Total No Of Customers - Total No Of Customers in Region1 - Total No Of Customers in Region2 …

Member Avatar for suzaine
0
2K
Member Avatar for M.Waqas Aslam

hello ! i am very new in webdevelopment , i want to use ExtJs , please help me , i download the extjs-4.0.1 .now please tell me how to import it in my project , i mean is i copy this extjs-4.0.1 to my project or is there is another …

Member Avatar for stbuchok
0
121
Member Avatar for jacob21

hello experts I have one problem that when i create a store procedure with two sqlquerysuch as(1,2 query) and after some days (2 days),i create 3rd query on that same produre name.then my 3rd query not work on aspx page.But when i make another procedure with same 3rd query it …

Member Avatar for mani-hellboy
0
166
Member Avatar for nice_candy

Hello, I am creating an API in WCF (.NET 4, C# ). I am taking a .NET List as input from client. my only concern is that if my client is in a language other than .NET (like java), can i still accept List as an input and consume it …

Member Avatar for mani-hellboy
0
134
Member Avatar for Mahesha999

Hi there I am writing ASP.NET app I want to access gif images stored in Images folder which is in turn stored in Project folder. See my [URL="http://img834.imageshack.us/img834/8765/capturenqm.png"]Solution Explorer[/URL]. In GetImage.ashx (see solution explorer), I am unable to get images using this: System.IO.FileStream _FileStream = new System.IO.FileStream([COLOR="Red"][B]"~/Images/" + imageFileName + …

Member Avatar for mani-hellboy
0
228
Member Avatar for denmarkstan

Hello good people, I need to make a debut in hosting asp.net 4.0, please i am looking for asp.net 4.0 free hosting to try out my new asp.net 4.0. please if you know any good one that can give me free trial, do help me here please. Thank you.

Member Avatar for mani-hellboy
-1
160
Member Avatar for denmarkstan

I am trying to make a slide with thumbnail that contains link. if you browse yahoo home page, you see image slide show with links. example is the image i attached, from yahoo home page image slide show. Please i want to know how to do it, please help me …

Member Avatar for mani-hellboy
-1
156
Member Avatar for ankitsuhail

hi i humbly need some help. I am a php developer but now I am learning asp.net with c# as it is a requirement of our company. I am familiar with the basics of c# and oops. The problem i am facing is that i learned how to retrieve values …

Member Avatar for mani-hellboy
-1
194
Member Avatar for Ajuddy

i need to have Total of price displayed in webgrid. from the code below. [CODE] @{ var db = Database.Open("SmallBakery") ; var selectQueryString = "SELECT * FROM Product ORDER BY Id"; var data = db.Query(selectQueryString); var grid = new WebGrid(source: data, defaultSort: "Name", rowPerPage: 3); } <!DOCTYPE html> <html> <head> …

Member Avatar for mani-hellboy
0
141
Member Avatar for geniusvishal

Hi guys, I am trying to insert image into the database ... I tried everything to do so ... But still it displaying the error like: Cannot implicitly convert type 'System.Drawing.Image' to 'System.Web.UI.WebControls.Image' The code is like this: [CODE] public partial class Image : System.Web.UI.Page { tblImage objImage = new …

Member Avatar for geniusvishal
0
174
Member Avatar for M.Waqas Aslam

hello ! my boss assign me a task to connect mssql server 2008 and show records in table using JS and JSON , i m very new in asp.net , can any one me help me where to start my work and how i can complete this , can any …

Member Avatar for mani-hellboy
0
181
Member Avatar for tapandesai007

I want to send the verification mail before the user can sign in for which I have written some code, but the problem if that it gives the error "Could not find a part of the path", but I cannot understand why it is giving the error. The error occurs …

Member Avatar for mani-hellboy
0
265
Member Avatar for kikic

Hello, This is my fisrs web application in ASp.Net. I need help how to create This project should include: The application should be able to Administration of users, user registration, adding, modifying and deleting products for auction. The application has three types of users: Administrator, User and Advertiser. - The …

Member Avatar for mani-hellboy
0
195
Member Avatar for kpshamilsagar

i am developing a server-client program in which server will be showing datas sent by client across a network. without Authentication it works fine but i need some authentication because server side its a website.once i give authentication i am not able to get datas from client.i know that client …

Member Avatar for mani-hellboy
0
247
Member Avatar for yathira
Member Avatar for aldm

Hi, I work on one project in ASP.NET MVC3. Everything worked fine, until I created new table Price_Ranges. I then tried to get data using LINQ, the following code: [CODE] IEnumerable<PriceRange> priceRanges = from pr in dbContext.PriceRanges join cat in dbContext.Categories on pr.Category_Id equals cat.Id where cat.Id==categoryId select pr; [/CODE] …

Member Avatar for aldm
0
241
Member Avatar for gspeedtech

I am working on an ASP.NET 2.0 web application. After making a change in a textbox and hitting Tab or Enter, the focus jumps to the web address bar instead of the next field. I have tried: 1.SetFocus on the text change event 2.Saving last field in a hidden textbox …

Member Avatar for gspeedtech
0
493
Member Avatar for nirveshverma

hi to all Actually i am working on my major project and i want to add some follower or following or subscriber kind of feature on my website but i don't know where to start either a xml file could be used for this purpose and later save it to …

0
70
Member Avatar for rotemorb

Hello I'm quite new to Jquery, so bare with me please. I've searched google, but I couldn't find an answer to my question. I'm developing an asp.net 4.0 application, and i wrote a Jquery inside my content page: [CODE] $(document).ready(function () { $("#Button1").click(function () { alert("Hello"); }); }); [/CODE] I …

Member Avatar for rotemorb
-1
117

The End.