13,153 Topics
![]() | |
hello to every body i m using NHunspell ..and started line of code on page load and its giving me an error AFF File not found: E:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Dictionaries\en_GB.aff Hunspell b = new Hunspell(@"Dictionaries/en_GB.aff", @"Dictionaries/en_GB.dic"); ![]() | |
Hello my fellow DaniWebers! I have a question for you! I have an ASP.Net website that I am currently working on. The problem that I am having is that I want to render the Master page's menu differently for the user types. Here is the catch. I can't use roles, … | |
Hello ! I've been building a simple designer which accepts source code in c and parses c keywords to display appropriate symbols. I've finished designing all the shapes. I've got a textbox to accept input. I would like to parse the entered c code. How would I parse a C … | |
**Window1.xaml** <Canvas x:Name="mycanvas"> <Button Width="100" Height="50" Canvas.Left="350" Canvas.Top="50" Click="Button_Click">Click to Display</Button> <ContentControl Width="130" Height="130" Canvas.Top="150" Canvas.Left="470" Name="cc1" Template="{StaticResource DesignerItemTemplate}"> <Grid x:Name="g1"> <Ellipse Fill="LightGray" Stroke="Black" Stretch="Fill" Name="myElli" IsHitTestVisible="False"/> <TextBlock VerticalAlignment="Center" TextAlignment="Center" Height="61.96" Margin="10,35.02,10,33.02">Simple Ellipse</TextBlock> </Grid> </ContentControl> <ContentControl Width="130" Height="130" Canvas.Top="150" Canvas.Left="150" Template="{StaticResource DesignerItemTemplate}"> <Grid> <Path Fill="LightGray" Stroke="Black" Name="myPath" Data="M 0,5 5,0 … | |
Good day everyone. i am having the following problem: i have an aspx page which has an iframe on it. the iframe resizes according to the content with no problem at all. but there comes 1 page that has an update panel inside and when i display the page in … | |
Hi Guys, I know the asp.net file upload control only allows users to select one file at a time, however i am looking for another way using asp.net to allow the users to select multiple files? Has anyone done this before? | |
Please can some one me with downloadable pdf tutorials on how to use the default role, membership and perform authentication and authorisation. I also want to create my own custom providers. I would be happy if I am given useful links were I can get tutorials to read up on … | |
[CODE]<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="_Default" %> <asp:Content ID="Home" ContentPlaceHolderID="Home" runat="server"> <script type="text/javascript" language="javascript"> function Validate() { var StartDate = document.getElementById[COLOR="Red"]('<%=txtstart.ClientID %>');[/COLOR] var EndDate = document.getElementById('<%=txtEnd.ClientID %>'); if (StartDate.value =='') { alert("Pick Start Date"); StartDate.focus(); return false; } else if (EndDate.value =='') { alert("Pick End Date"); EndDate.focus(); … | |
Hi Guys, My website is showing the default screen we normally get when we buy a hosting account the first time. I have attached the screenshot. I tried to modify the web.config file. Still it doesn't change at all. i had uploaded my files and it used to work for … | |
The model is not overly complex. It has a list of items each of which is generated in its own form with its own submit button. Each submit button has its onw id. The first form returns what I need. When I view the results from the form, if I … ![]() | |
Hello everyone, I am very new in ASP.NET as a matter of fact I have not once programmed in asp.net before. However there is a small web UI application I want to develop; asp.net is the best solution. Here is what I want to accomplish: * Have a login page … | |
"I want Dropdowm autocomplete with binding in SQLServer in asp.net anyone can help me " | |
Hello! I'm currently doing a registration form in asp.net with 3 layered development. I want to know what are the codes for search button. I want it to display results in the data grid view when i input the primary key. Thank you :) | |
Hi Guys, I have a dropdownlist that is being populated with entries from an sql database, the dropdownlist has about 50 entries already. What i aim to do is allow the users to type within the dropdownlist and it generates from that list a smaller subset of items based on … | |
> I have an xml document that looks like this: <OUTPUT version="2.0"> <RESPONSE> <LOAN_DATA loan_id="xxxx" loan_number="1111" loan_type="HE" status_code="OK"> <![CDATA[<MORTGAGE_LOAN xmlns="http://www.something.com/CLF" version="1.0"> <APPLICANTS> <APPLICANT is_declined="N" first_name="MARISOL" last_name="TESTCASE" m_initial="L" middle_name="L" ssn="000000001" > </APPLICANT> </APPLICANTS> </MORTGAGE_LOAN>]]> </LOAN_DATA> </RESPONSE> </OUTPUT> I can successfully read down to the CData section and can even access the … ![]() | |
hai,i want to know how to insert data from database using multiple checkboxes and reterive the information from that particular database from same table.plz help me to this question. ![]() | |
Hi, I am new to visual basic, thus have some questions to clarify. In my application, i have 2 drop down lists, namely, food type and food price. Question 1) How do I populate the food type with values from the database using visual basic. For example, my food_outlet table … ![]() | |
How can insert words with special char like flower's, Newton's etc in C# using textbox with multiline mode | |
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.Configuration; namespace Discussion { public partial class Reg : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Submit_Click(object sender, EventArgs e) { string Sname = TextBox4.Text; string Username = txtUse.Text; string … | |
i need to create file date wise ..though folder is CREATING NOW .. but need to put date wise file in run time folder String logfile = t.FileName.ToString() + "/" + LoginID + "DateTime.ToString("yyyyMMdd").txt"; t.FileName = logfile; LoginID is value taken from database ..and changes folder on fly ..but need … | |
Can anyone help me. My code is not working this is cascading drop down list. It's connected to my database. Jquery Code: <script type="text/javascript"> $(document).ready(function () { $("#SiteId").change(function () { var idDept = $(this).val(); $.getJSON("Service/GetBuildingNameList", { id: idDept }, function (myData) { var select = $("#BuildingID"); select.empty(); $.each(myData, function (index, … ![]() | |
[url="http://../tutorials/tutorial6028.html"]Original thread [/url]- To see why this was Updated [i] Reason for new thread is to start with a clean slate and I will also be providing a tutorial for SQL and possibly Oracle DB connections to show how easy this code is to implement regardless of the DB you … | |
Hi, I have a problem with my project, regarging deletion of an element in an asp:ListView, which is connected to a SQL database using ODBC. I have succeeded adding and updating a row, but deleting does not work. When I try to delete nothing happens. I think the problem is … ![]() | |
would u please tell me which domain name is better for SEO .com, .net? | |
How to check an item already entered in a listview if i am entering data from a combo box from both tables for an id as value member...I mean there is both software id and asset id that can be added mixed in the listview based on the group.... | |
Hi there, I have a database which contains the paths of different files, what I want to do is to store the paths in an array to create an array of paths then download these files with one click. How to do that? please help | |
Hey folks I've finally figured out how in WPF to template all my buttons so they all behave they way I want. Basically, I want all my buttons, when clicked, to drop down and to the right a few pixels then pop back up. The problem is, I can't set … | |
Before launching II7, we could not utitlize non-HTTP protocol in IIS Server. After IIS7; non-HTTP proctocol can be served in IIS Server. So My Question is that what is the purpose of HTTP now ? becuase we can do with NetTCPBinding with IIS Server too. No more complication; When we … ![]() | |
I have a formview which holds a form with an edit and insert modes. On the insert I would like a custom validator set against the userid text box that on the insert will check the database and see if it already exists, if it does it won't insert if … ![]() | |
Good day coders.. I just want to query how could i solve my problem regarding gridview, I want to compare the value of the current row to the previous row of the column, I dont know were should i start. (ex. id, matnum,soldtoplan 1, 101, 10101 2, 102, 10102 3, … ![]() |
The End.