13,153 Topics

Member Avatar for
Member Avatar for willie7

Hi, I am running ASP .net application on my local virtual server (desktop computer). In the last couple days, I got something very strange. I got Directory Listing only after starting up a web application. The same happens to the rest of my web applications. It looks like something wrong …

Member Avatar for willie7
0
109
Member Avatar for prvnkmr194

Hi all of Daniweb user............... I want to create a Online Airlince reservation system my problem is that what are the should a airlince system sould have. Still I did't start the project from where i have to start, any web which give detail of that........... Any help from any …

Member Avatar for catherine sea
0
101
Member Avatar for white feather

[CODE] <Window.Resources> ... ... <DataTemplate DataType="{x:Type my:Section}"> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding Path=Name}"/> <TextBlock Text=" "/> <TextBlock Text="{Binding Path=Instructor}"/> <TextBlock Text=" "/> <TextBlock Text="{Binding Path=Cours}"/> </StackPanel> </DataTemplate> <DataTemplate DataType="{x:Type my:Instructor}" x:Key="InstructorDataTemp"> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding Path=FirstName}"/> <TextBlock Text=" "/> <TextBlock Text="{Binding Path=LastName}"/> </StackPanel> </DataTemplate> <DataTemplate DataType="{x:Type my:Cours}" x:Key="CourseDataTemp"> <StackPanel Orientation="Horizontal"> <TextBlock …

Member Avatar for white feather
0
172
Member Avatar for Nirvin M

I am developing a electrical application. I need to present the user with controls like resistor, capacitor etc. How can I create such controls in VB.NET? Can I use GDI or WPF for this? If possible then how?

0
87
Member Avatar for readbanana

I have a website that allows people to come an upload images. When that person uploads an image it renames it according to who is uploading it. So every time that person logs on and changes his image, it will overwrite the old image. That person will only have one …

Member Avatar for readbanana
0
175
Member Avatar for dseifried

Hey everyone, New to the forums, as this will be my first post. Im having a problem with a tableadapter/tableadapter query. My query is: [CODE]SELECT * FROM subject_assessments WHERE (sa_id = @sa_id)[/CODE] sa_id is a varchar, if that is relevant in any way. My table adapters then look like this: …

Member Avatar for jamshed ahmed
0
70
Member Avatar for denmarkstan

I built an application that generate 10,000 pins at ramdom among "a,d,t,l,1,2,5,4,6,9,7,a,l" (at a run and insert them into sql database).the format of my outputs is "adtl-5297-1275-al". Problem is that some data replicates themselves. I need an sql statement to filter my dbs after the pins are generated. Pls help …

Member Avatar for catherine sea
0
62
Member Avatar for denmarkstan
Member Avatar for Kyaw Thi Thi Sa

Dear all, Now,we are developing e-learning system written in C# asp.net.We also creating flash learning games.The problem is how can we load those flash game from our asp.net page and how can we save score into database and how should we start.I have no idea.We want like this flow. 1.LearnerAAA …

0
50
Member Avatar for sam1

Hi, I am new to ASP.NET and have been given a project in asp.net and silverlight. now my question is would i be able to use ajax with silverlight application or not? can someone please explain this to me. thanks

Member Avatar for kvprajapati
0
59
Member Avatar for abhie1990
Member Avatar for nduduzo

Guys, i want to obtain a label value that is within a datagrid; please have a look at the code bellow, and it gives me an NullRefException"Object reference not set to an instance of an object.": [CODE]Dim title As String=(DirectCast(VideoDetailsView.FindControl("lblTitle"), Label).Text())[/CODE] here is my, Data calling and asp.net code (Data …

0
66
Member Avatar for shanmugaraj.ind

What is the connection string to write for importing mixed data from excel sheet to data grid My problem is, I have rows like 1 2 3 4 5 6 7 8 9 a b c d in excel sheet.But when I imported these rows only 1-9 imported succesfully but …

0
82
Member Avatar for ud_gs_sj

in the update query its giving an exception as [B][COLOR="Red"]Operand data type varchar is invalid for subtract operator[/COLOR][/B] so pls help me how to solve this [code] da7 = new SqlDataAdapter("SELECT item_name, item_quan,item_cat FROM c_item WHERE (item_name = '" + fname + "') AND (item_cat = '1')", con); da7.Fill(dt7); string …

Member Avatar for searchsource
0
111
Member Avatar for erum

i have code [CODE]<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { $('#<%= btnTest.ClientID %>').click(function () { var checkedControls = $('#<%= CheckBoxList1.ClientID %>').find('input:checkbox:checked'); if (checkedControls.length > 0) { alert('Valid'); } else { alert('Please select atleast one checkbox'); } return false; }); }); </script> </head> <body> …

Member Avatar for erum
0
176
Member Avatar for abdul_rouf26

Hello Experts, Can any great person help me for mp3 song playing on my web page. I added (player_mp3_maxi.swf) in my project. So, it’s working best the problem is that when I Click button Code is given below then autoplay does not work but when I load song by give …

0
88
Member Avatar for roymrinal123
Member Avatar for umair.sabri

hello i m using update pannel and required field validator is working properly but the problem is that red * dont appear with required fields after post back its stops till i enter required fields i want to see red * with that fields how can i???

Member Avatar for kvprajapati
0
108
Member Avatar for SaaDwTk
Member Avatar for lal.ramesh
0
75
Member Avatar for Zuko775

Hi, Can you guys help a new gut out? I'm trying to learn how to create web based database applications using MS SQL. I'm new so I'm trying to figure what design environments I should focus on. Its very importanty that I have the ability to make the final web …

Member Avatar for ScottDotNearing
0
133
Member Avatar for utpal-urbestpal

Hi, I am getting the error (End Of Statement Expected) for the following line: Please guide me on this issue. [U]Error Line: [/U] Dim MySQL As String = "INSERT INTO Contact Us (Name, Company) VALUES ('" & TextBox1.Text & "')" "('" & TextBox4.Text & "')" [U]Entire Code:[/U] [code] <script runat="server"> …

Member Avatar for kvprajapati
0
242
Member Avatar for kieky

Hi all.. I'm having a little trouble with an upload of a file.. i use asp.net with C# language.. I want to add datetime in the name of the file so that when a user uploads a file such as "test.doc" it would be saved into the server as "test-20101123-0533-milisecond.doc" …

Member Avatar for kieky
0
1K
Member Avatar for Geek-Master

Hi Everyone, I've got an online form that is broken up into several different sections and some of these sections will ask questions where multiple values can be supplied. For instance someone's address or information about their education. Just for simplicity I'll focus on someone's address and I want to …

Member Avatar for Geek-Master
0
108
Member Avatar for archanaj39

hello, After installtion I got one error " 'Text' property not set to declaratively " in BlogImport.ascx

Member Avatar for catherine sea
0
63
Member Avatar for bbauraj
Member Avatar for prakash02

Grid view header and footer rows rowCommand event is not fire when clicking on header row in second page of grid view when paging is enabled.It works fine in first page

0
50
Member Avatar for tcon

can anyone find out what d hell is wrong with the last line of this code (c#.net): [CODE] cws = new CustomerCardService.CustomerCardWebReference_Service(); cws.UseDefaultCredentials = true; cwr = new CustomerCardService.CustomerCardWebReference(); List<CustomerCardService.CustomerCardWebReference_Filter> filterArray = new List<CustomerCardService.CustomerCardWebReference_Filter>(); CustomerCardService.CustomerCardWebReference_Filter nameFilter = new CustomerCardService.CustomerCardWebReference_Filter(); filterArray.Add(nameFilter); Customer[] custList = cws.ReadMultiple(filterArray.ToArray(), null, 100); [/CODE] here is the …

Member Avatar for tcon
0
652
Member Avatar for az23rilek

[code] using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class TeleCare : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { } protected void Menu1_MenuItemDataBound(object sender, MenuEventArgs e) { //if (HttpContext.Current.User.Identity.IsAuthenticated) //{ // Users user; // if (Session["Users"] == null) // { // Session["Users"] …

Member Avatar for az23rilek
0
123
Member Avatar for elgarfan

Hi, hope someone can help with this itextsharp issue. I'm simply appending a PDF file to a document I create in itextsharp. When I import the doc, it is showing some kind of "guide marking" in the corners and dots on the sides, like this: [url]http://img9.imageshack.us/img9/574/idpdfguide1.gif[/url] However when I view …

0
57
Member Avatar for k1robert

I have a DropDownList that is populated from an ObjectDataSource [CODE] <asp:DropDownList ID="ddlDepartment" runat="server" AutoPostBack="True" DataSourceID="odsGetDeptByFaculty" DataTextField="Dept" DataValueField="FID" onselectedindexchanged="ddlDepartment_SelectedIndexChanged"> </asp:DropDownList> <asp:ObjectDataSource ID="odsGetDeptByFaculty" runat="server" SelectMethod="usp_GetDeptByFaculty" TypeName="DataLayer.StoredProcs"> <SelectParameters> <asp:ControlParameter ControlID="ddlFaulty" Name="fCode" PropertyName="SelectedValue" Type="String" /> </SelectParameters> </asp:ObjectDataSource> [/CODE] My problem is when I run the program and select the option from the dropdownlist …

Member Avatar for Freon22
0
166

The End.