13,153 Topics

Member Avatar for
Member Avatar for OtepTheThird

Hi guys, Need help for this, i'm developing an application and here's what im trying to do: -I have a search box where i can type and search for a data(With DataGridView). then after i searched & found that data when click it on DataGriView as highlighted, data will be …

0
118
Member Avatar for mallo

hi, What is the best way to store and retrieve text-files/images/videos in asp.net web application(local server)? plz provide me some good refrences thank you

Member Avatar for vps9.net
0
164
Member Avatar for affable.guy

I have a website and i want register users to call other users of my website. What api to use ? Is there any api that can facilitate me in this ? I want to pay for it. Plus i am using asp.net and c#. Thanks

Member Avatar for vps9.net
0
194
Member Avatar for khan17

hi, i ve tried to auto login into an asp.net website. using javascript i can automatically log in to the [url]www.irctc.co.in[/url] website but the same code have not worked for the website i ve tried. it have not even fill the username and password in the required filed. it just …

Member Avatar for vivekastle
0
1K
Member Avatar for dfs3000my

Hi, I'm trying to access the RangeValidator control at my code-behind file. I keep on getting "Object reference not set to an instance of an object." exception. Can someone enlighten me? ASPX: [CODE]<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource1" DataKeyNames="subject_id" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="5" ForeColor="Black" GridLines="Horizontal" OnDataBound="GridView1_DataBound"> <Columns> <asp:TemplateField HeaderText="Hurdle Weight" …

Member Avatar for MystikShadows
0
573
Member Avatar for ChrisHunter

What is the best way to get the object, within a list of that object type, that has the highest ID number? I've been trying to figure it out and I can manage to get the highest ID number but not the object containing that ID number. Any help would …

Member Avatar for Ketsuekiame
0
238
Member Avatar for kalcio

Hi, I want to use the microsoft office theme (rubban for example,the word button's form) in my C# wpf application,is it possible? I work with visual studio 2010 thanks for help

0
159
Member Avatar for vaibhav_3
Member Avatar for squeak24

I have been asked by my work to develop a CMS project in ASP or ASP.net. I have seen there are various open source projects taht will do that, but the server I have to work with isn't exactly new. I have found this page detailing various CMS projects: http://www.asp.net/mvc/open-source …

0
108
Member Avatar for iConqueror

I have starting my third year of the bachelors degree in IT next month and am doing my first ASP.NET paper. So far I have done: - C# - Java - PHP - VB - JavaScript - HTML I know that with ASP.NET you create web applications. My questions are: …

Member Avatar for JorgeM
0
200
Member Avatar for kirtee2209

Hi. I have a Windows form and when it loads focus should be on a combo box. This works correctly but the visual indicator (dotted rectangle) does not appear on the combo box though it has focus. I can confirm that the focus is there as I am able to …

Member Avatar for kirtee2209
0
253
Member Avatar for [NOPE]FOREVER

I am on my 3rd and final year of the Bachelor of Information Technology. I need this textbook but obviously cant afford it being a student. does anybody know where i can get a free pdf edtion of it? the title is ASP.NET 4.0 Programming by Joydip Kanjilal. Here is …

Member Avatar for happygeek
-4
338
Member Avatar for vikrant.cornelio

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="cookie_test.aspx.cs" Inherits="cookie_test" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <link href="css/bootstrap.min.css" rel="stylesheet" /> <link href="css/bootstrap-theme.min.css" rel="stylesheet" /> <link href="css/layout.css" rel="stylesheet" /> <link href="css/responsive.css" rel="stylesheet" /> <link href="css/user_change.css" rel="stylesheet" /> <link href="css/carousel.css" rel="stylesheet" /> <link href="css/accordion.css" rel="stylesheet" /> <link href="css/datepick.css" rel="stylesheet" /> <link href="css/modalpopup.css" rel="stylesheet" /> …

Member Avatar for hericles
0
475
Member Avatar for Rasvinder_1

Hi all, Could anyonehelp me with printing 2 detail sections one after the other in crystal reports.. I need to print identity cards wherein the front side is designed in one detail section and the back side in the secon detail section... Also, I have used "format using multiple columns" …

0
72
Member Avatar for maxpaine69

Hi all, I have a asp:radiobuttonlist, that the data to create it comes from the Database, one of the option must turn visible, a text box, i have that done in codebehind in .net, but i think its lagging to much. the problem is how can i do thins in …

Member Avatar for maxpaine69
0
216
Member Avatar for Josefo1

I want to load database tables in dropdown list and display selected table in grid view. I am trying to convert the following code into asp. Net. I am getting error as, Variable conflicts with property adapter Private adapter As New OleDbDataAdapter(String.Empty, Me.con) DisplayMember' is not a member of 'System.Web.UI.WebControls.DropDownList' …

Member Avatar for Josefo1
0
258
Member Avatar for Riteman

I recently developed an application and it successfully ran in my computer where I developed. But when I tried to run in my client's system, it returns: An unhandled microsoft .net framework exception occurred in Members Manager.exe [2916] The number in the square braces appears randomly. I can't figure out …

Member Avatar for Riteman
0
263
Member Avatar for Cameronsmith63

So this is a general discussion. I basically want to know what your experience has been like when converting a VS 2005 project to a VS 2013 project, and from .Net2 to .Net 4.5. What have you done to overcome the issues? Are there ways and means to do the …

Member Avatar for hericles
0
88
Member Avatar for castajiz_2

I ve been trying for the last 3 hours to get my autocompletetextbox working and tryed all sort of code. My Web service is working from wich I m actually fetching all the stuff but the jquery seems not to work, I m always getting the error when typing the …

Member Avatar for nikkitata
0
298
Member Avatar for castajiz_2

Hy guys, haven't been here for a while, and I m having a problem that I didn't use to have before. When I was uploading via filezilla ftp client program a month ago a asp.net built website I didn't have any problems whatsoever. Now I'm facing problems and always getting …

Member Avatar for JorgeM
0
2K
Member Avatar for Varunkrishna

Hi all I have a simple login form with Username and password as fields when the user clicks the login I wish to check the xml whether the username and password is present in the xml. How do I do this, could someone please give me some ideas ? My …

Member Avatar for cgeier
0
1K
Member Avatar for shubhalaxmi

i am in final year computer engineering and need the topics for the projects that are really apealing ,so please send me the topics at the link <EMAIL SNIPPED>

Member Avatar for Komal_2
-1
1K
Member Avatar for xuexue

Here's my **formview**.. <asp:FormView ID="FormView1" runat="server" DataSourceID="SqlDataSource1" DataKeyNames="recid"> <EditItemTemplate> RECID: <asp:TextBox ID="recid" runat="server" Text='<%# Eval("RECID") %>' ReadOnly="true" /> <br /> SHIPPER: <asp:TextBox ID="shipper" runat="server" Text='<%# Bind("SHIPPER") %>' /> <br /> <asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" /> &nbsp; <asp:LinkButton ID="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" /> </EditItemTemplate> </asp:FormView> here's my **sqldatasource1** …

Member Avatar for Daemon_CC
0
1K
Member Avatar for Rasvinder_1

Hi, Could anyone please tell me how to apply conditions on columns whihc are not a part of 'group by' clause? For example, I wish to filter out those sections wherein the eldest member of a family is a male and has the value 'M' in its gender field.... select …

Member Avatar for hericles
0
124
Member Avatar for sonakrish

[code=sql]insert into desg values(" & Val(txtsno.Text) & ",'" & Trim(txtdesg.Text) & "'," & Val(txtbasic.Text) & ");[/code] this how i used for inserting data to my access table in vb code. how to do in c#?

Member Avatar for sachin.ghute3
0
301
Member Avatar for Nitin_Daniweb

I Have Local Hosted My ASP.Net Website By Following Steps 1. Open Visual Studion and Open Website 2. Go to Build Menu and Publish Website 3. I have Published it To C:\Inetpub\wwwroot 4.I have Created Virtual Directory Targetting Published Folder 5.When I am Trying to Run On Web Browser The …

0
99
Member Avatar for m.a.u.

Greetings everybody, I have used VS for long, and for one of my projects I used MonoDevelop to run it under Ubuntu, of course I was using C#. I have a kit, a bit expensive :), and I need not only develop a program but also develop a real-time DSP …

Member Avatar for NathanOliver
0
215
Member Avatar for eileenc87
Member Avatar for narendera22

Hi, I got WSDL files and XSD files from our client. I have created a proxy with this wsdl and added in my projec. I got the result that i want but once webservie returned error i got only exception name in Exception object not detail or inner exception. In …

Member Avatar for narendera22
0
222
Member Avatar for MrDavo

Hi Everyone, I have been asked to write some ASP that will interface with an MS SQL 2008 R2 database; with the intention of simply reading data from several tables (using SELECT). This is meant to be an easy task, however after delving into ASP .NET today I have quickly …

Member Avatar for [NOPE]FOREVER
0
323

The End.