13,153 Topics
| |
How i can create infinite url such as my data hierarchy.(Using url routing but without MVC)For instance: -Electronic -- Television -- Sound Systems -- Computer --- Scaner --- Mouse ----Wireless Mouse --- Keyboard [url]http://www.domain.com/products/electronic/computer/mouse/wireless-mouse/related-product.aspx[/url] | |
I would be considered an absolute novice at IT problems, yet there is a fault happening on my work computer that the IT experts here are not able to solve. I would appreciate any help you could offer for me to forward on to the IT Crowd...thanks. DES v4.23.3 - … | |
Hi all In my application developed in asp.net 4.0 i am using url routing technique. There is a text box in which user enters title of an ad and this title will be the URL to next page. My problem is when user enters special characters like & or % … | |
Hi, i have radgrid and i want to access controls of radgrid which are in <EditFormSettings EditFormType="Template"> <FormTemplate> </FormTemplate> </EditFormSettings> I want to access these controls using javascript. please give me solution . thanx in advance. HrishiRaj | |
Hi! I want to execute the sql query based on the question. For Example, In Textbox If i enter the question like "What are the department in allahabaduniversity" means following query will be executed "select department from allahabaduniversity;" , Here department is a filed and allahabaduniversity is table, Please Help … | |
hi, I have a problem to convert string to Datetime format and insert into informix database.. my code: Dim strDate As String ="31/01/2012" i want convert into datetime and insert into database with format:"31/01/2012 12:30 PM" anyone can help me to fix this... | |
Just want to ask if anybody here knows how to editing a page online. I've been using Web Developer 2008. I've tried Web Parts tutorial of Asp .Net, and it only shows how to edit image, title of a tool like log in or calendar by using edit, design, catalog. … | |
hello EveryOne! i am very new in JS and JSON , or you can say this is my first day to learn something about JS and JSON, i have few questions 1- what is difference between JS and JSON. 2-My Task is to connect MSSQL server 2008 and show records … | |
HI I would Like to Know how can Display the error Message When Executing the SP .. and the Stored Procedure doesn't having any value to Fire the Event .. [CODE] set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go -- ============================================= -- Author: <sabari,,Name> -- Create date: <Create Date,,> -- Description: … | |
Hi Can any one tell my how can i download a file from MySql through dropdownlist What i'm trying to do is i created a dropdownlist and shows all the file name in that dropdownlist now i want user to be able to download that file when they select any … | |
I have seen similar questions which attempt to solve this issue, but none seem to work for me so far... Basically, for my first VB project, I am creating a virtual keyboard where a sound is played from the resources on KeyDown. So far, the program seems to work except … | |
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; using System.Data.Sql; using System.Data; using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Shared; namespace test { public partial class WebForm1 : System.Web.UI.Page { string username; string fname; protected void submit_Click(object sender, EventArgs e) { username = nametxtbox.Text; fname = fnametxtbox.Text; CrystalReport1 … | |
Please help me how I create the login form using c# in asp.net | |
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 … | |
guys plzzzzzzz help me out,i m new to vb 2008,and i created master page but its not running.it shows following error Directory Listing -- /indianpremierleauge/ Tuesday, September 13, 2011 12:17 PM 1,693 MasterPage.master Tuesday, September 13, 2011 11:54 AM 461 MasterPage.master.cs Tuesday, September 13, 2011 12:01 PM 8,342 Web.config plzzzz … | |
I want to fill data in drop down list from database table. plz give me code for this | |
I have a MainWindow which has a button that triggers a transition to the next UserControl: [CODE]private void Button_Click(object sender, RoutedEventArgs e) { NewPage newPage = new NewPage(); pageTransitionControl.ShowPage(newPage); } [/CODE] On this UserControl (NewPage), it has a back button which should transition the current UserControl away, so it goes … | |
I have a grid view with a check box column i want to open a new window when clicked on that check box . How can i do that? please help, thanks in advance | |
I am using Visual Studio 2010 and I am trying to enter some HTML by hand. I code the following lines: [CODE] <tr> <td colspan="4" class="shade tableheader">NCR Information </td> </tr> <tr> <td class="shade">Date Opened </td> <td><asp:TextBox ID="fldReportDate" runat="server" CssClass="datePicker"></asp:TextBox> </td> <td class="shade">NCR # </td> <td style="font-weight: bold; font-size: 12pt"><asp:Label ID="fldLog" … | |
Here is a snippet from my _layout.cshtml file from one of the projects I am involved with... [CODE]<link href="@Url.Content("~/Content/themes/ohl/jquery.ui.all.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/ohl/jquery.ui.selectmenu.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/ohl/jquery-ui-1.8.16.custom.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/ohl/jquery.checkbox.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/ohl/jquery.safari-checkbox.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/ohl/jquery.autocomplete.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/PagedList.css")" rel="stylesheet" … | |
Hi guys I need to find next highest no in a field that is a stick ref it has chars at front and 0 padded How so I strip off front chars and 0's to get actual highest no number in the table field? Am using LINQ against entity framework … | |
Hi... I am creating function searching on my web with drop down list, text box and button search. The following code: [CODE] <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> <asp:ListItem></asp:ListItem> <asp:ListItem Value="Pelanggan Rumah"></asp:ListItem> <asp:ListItem Value="Meter Besar"></asp:ListItem> <asp:ListItem Value="Kios Air"></asp:ListItem> <asp:ListItem Value="Pipa"></asp:ListItem> <asp:ListItem Value="Pembayaran"></asp:ListItem> </asp:DropDownList> <asp:TextBox ID="CariText" runat="server" Width="100px" Height="23px" CssClass="text_boxt_search"></asp:TextBox> <asp:Button ID="Find" … | |
Hi! I want to get field name and table name from same textbox, for example user enters "name student" and click search means it display the name field from student table... Please Help Me to do this... Thanks Regards! ~G.Arun Prasath~ | |
Guys plz have a look: I tried to update a particular column by using a dropdownlist while editing inside a gridview... I am getting the following Error on updating... Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox' [URL="http://s19.postimage.org/ftytfxkyb/Error2.jpg"]http://s19.postimage.org/ftytfxkyb/Error2.jpg[/URL] I am using the following code: [CODE] <asp:GridView ID="GridView1" runat="server" … | |
Hi All, I am currently working in a project that needs Telerik Controls in it. But this concept is entirely new to me. Please guide me with its use and implementation in a Project. I need to know even the A B C's of the concept . Thank you in … | |
I know how to create a setup file. We know that vb.net exe will run under .Netframe work. but most of the computers haven't .Netframe work. So i want to include .Netframe work to the setup file and it should be auto install when installing my software. Please tell me … | |
Guys I am having problem restoring the database from a created backup file.. Actually the situation is like this: 1> I created a backup for my database from my office 2> I mailed that database to myself so that i could use it in my home.. 3> I tried to … | |
A silly question I have by mistake deleted the label control in the toolbox..how do i get it back | |
Hi, I'm trying to make an online compiler for java using ASP.NET C# Process p=new Process(); p.StartInfo.FileName = "C:\\Program files\\Java\\bin\\javac.exe"; p.StartInfo.UseShellExecute = false; p.StartInfo.Arguments = "C:\\Hello.java"; p.StartInfo.RedirectStandardInput = true; p.StartInfo.CreateNoWindow = true; p.StartInfo.RedirectStandardOutput = true; p.StartInfo.CreateNoWindow = true; p.Start(); p.StandardOutput.ReadToEnd(); p.WaitForExit(); I run javac.exe to compile Hello.java, but the process … | |
Hello, I have created a master page in asp.net. I have three pages default.aspx,default2.aspx,default3.aspx which follow the master page. I have a content holder in the master page which holds a bulleted list with display mode as link button showing image on particular bullet click. But the image is shown … |
The End.