12,085 Topics

Member Avatar for
Member Avatar for schandaka

Hi, I created a mobile website in vb.net. Currently the website is accessible on all the smartphones except for Blackberry. Does anyone have any thoughts about this. Why isnt working on blackberry? The website has simple login page from which it should take the user to the second page where …

0
46
Member Avatar for Chammarox

Hi Every one !!! I want to know how i need to capture a duplicate value in database..For example if user enters the same E-mail which already in the database, I want to give a javascript alert or else re-direct to another page and wants to tell that "This is …

Member Avatar for Chammarox
0
121
Member Avatar for Poonam_l

How to create Database connectivity for sql server express edition 2008? plz Help me.. i am confused so much...

Member Avatar for paslanmaz
0
119
Member Avatar for ranuvishwakarma

hello, plz tell me how to show some value in message box in asp.net using c# on the same page.

Member Avatar for paslanmaz
0
140
Member Avatar for Chammarox

Hi All the members in DaniWeb :cool: I need to know how to end a created session when user log out from the web site..I have created a web-site for my assignment..and i put Sessions..Each time user log in to system it create session object and identifies the user.. What …

Member Avatar for paslanmaz
0
136
Member Avatar for laghaterohan

Hello, i am having treeview control say Numbers(Parent node) under this i have numbers say 1,2,3,4,5... I have several methods in my projects for each numbers 1,2,3,... I just want to know how to get the click event for each child node? ie. When i click on 1 my method …

Member Avatar for Tellalca
0
78
Member Avatar for fadi-ft

Hey Guys, Could you please provide me with any useful tutorials of Crystal Reports in ASP.NET I need it as soon as possible!

Member Avatar for dnanetwork
0
86
Member Avatar for antman89
Member Avatar for oss2010

please .. i need the code behind the button to retretive data based on user's username ..

Member Avatar for dnanetwork
0
25
Member Avatar for skumar.snl

hi, We are showing Video with slides(images) in silverlight .Our images come from amazon server now we want to cache these images before starting Video. our code is given below: private void LoadImage(string ImageURL) { WebClient downloader = new WebClient(); downloader.OpenReadCompleted += new OpenReadCompletedEventHandler(downloader_OpenReadCompleted); string fileName = ImageURL; downloader.OpenReadAsync(new Uri(fileName, …

0
125
Member Avatar for iamchamith

I open new window using javascript as like this, in the [B]Main page[/B] using several links & that link pass the id to the javascript function call moreWindoe() eg->[CODE] <a onclick="morewindw(1)">link 1</a> <a onclick="morewindw(2)">link 2</a> <a onclick="morewindw(3)">link 3</a> [/CODE] [CODE]function moreWindow(id){ window.open('moredata.aspx?val='+id+'','mywindow','width=650,height=540','location=no'); return false; }[/CODE] when i am click the …

0
75
Member Avatar for ncnet

Hello. I am trying to get a chart to display a chart image inside a gridview. This image will be populated with data relating to the particular row. The image currently shows but all series collections will not appear and the image is showing data that only relates to the …

0
61
Member Avatar for David Mac

The users of my web application are complaining that the 20 min default timeout is too short and they don't want to have to keep logging in. I have tried changing the timeout from the default 20 mins but whatever I set it to it seems to have a max …

Member Avatar for David Mac
0
281
Member Avatar for dwayned

Hi, I am having problems inserting data into a table using a stored procedure. When I click the button to insert the data nothing happens at all. I added a [B]server.transfer[/B] after the insert to see if it was falling over before the end of the query/insert. My code behind …

Member Avatar for dwayned
0
183
Member Avatar for Thenu1

I'm doing my project in asp .net(vb .net coding). Its about Disambiguate Doctor's profile I want to display the data without any redundancy... I have to take a[B] particular field [/B]from my table and [B]compare strings[/B]Can Anyone guide me Thanks in advance:S

Member Avatar for Thenu1
0
75
Member Avatar for seo.lovintech

Hello Friend, I am freelancer web developer person. In this time i am developing one web application but i have some problem in this application. 1) Error of ','; 2) Database in Sql. 3) How to use proper query in application. If any one to know about, so plz give …

Member Avatar for dnanetwork
0
47
Member Avatar for laghaterohan

Hello , I have a Gridview control in which i am having a button (template field) named btnEdit (it is placed in the 2 column of the grid) On the click of this button i want the dropdownlist placed in the 1st column of the Gridview control to be enabled …

Member Avatar for dnanetwork
0
91
Member Avatar for AlexTaylor

Has anyone noticed that when you do a "find on this page" in Internet Explorer (7 and 8), which causes the page to scroll down, the onscroll event isn't fired? I have a situation where I need the onscroll event to be fired under those circumstances. Does anyone know a …

Member Avatar for AlexTaylor
0
63
Member Avatar for dnanetwork

is there any website where i can find some Linq Excercise.. or you guys can setup a scenario..

Member Avatar for dnanetwork
0
89
Member Avatar for rajabca

The Above Code has Runtime Error. Type ' Product' is not defined. Pls help me.[code]Imports System.Data Partial Class insert Inherits System.Web.UI.Page Private SelectedProduct As Product Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not IsPostBack Then ddl1.DataBind() End If SelectedProduct = Me.GetSelectedProduct() Label1.Text = SelectedProduct.empno …

Member Avatar for rohand
0
102
Member Avatar for rajabca

I have create for CrystalReport format in vb.net website Reports. How to create Crystalreport to PDF Format Report. Pls give example coding.

Member Avatar for rajabca
0
69
Member Avatar for fiaolle

Hi I get the error Invalid column name 'MakerID' from my code below. [CODE] <asp:GridView ID="GridView1" AllowSorting="true" AllowPaging="true" runat="server" DataSourceID="SqlDataSource1" AutoGenerateDeleteButton="true" AutoGenerateEditButton="true" DataKeyNames="CamID"AutoGenerateColumns="False"> <Columns> <asp:BoundField Visible="false" ReadOnly="true" HeaderText="ID" DataField="CamID" SortExpression="CamID" /> <asp:BoundField HeaderText="Kamera" DataField="CamName" SortExpression="CamName" /> <asp:BoundField HeaderText="MakerID" DataField="MakerID" SortExpression="MakerID" /> <asp:TemplateField HeaderText="Tillverkare"> <EditItemTemplate> <asp:SqlDataSource SelectCommand="Select * from Maker" ConnectionString="<%$ …

Member Avatar for dnanetwork
0
518
Member Avatar for antman89

<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="cart.aspx.vb" Inherits="cart" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black" GridLines="Vertical" style="z-index: 1; left: 293px; top: 711px; position: absolute; height: 184px; width: 985px" AutoGenerateColumns="False" DataKeyNames="OrderID" DataSourceID="SqlDataSource1"> <Columns> <asp:BoundField DataField="OrderID" HeaderText="OrderID" InsertVisible="False" ReadOnly="True" …

Member Avatar for dnanetwork
0
188
Member Avatar for virang_21

Hi folks, I am trying to prevent multiple postbacks from a button. When user clicks the button it becomes disabled but still i end up having multiple entries of same data in the database. Is anything wrong the way I am disabling my button ? [CODE] StringBuilder sbValid = new …

0
46
Member Avatar for ranuvishwakarma

hello,plz tell me how to rate a particular video on average bases and after calculating average how to show that in aspx page; [code] protected void ratechange(object sender, AjaxControlToolkit.RatingEventArgs e) { // string k = Rating1.CurrentRating.ToString(); int rate = int.Parse(e.Value.ToString()); Response.Write(e.Value); count++; Session.Add("ratecount", e.Value); Session.Add("countuser", count++); } protected void Advertisedatagrid_ItemCommand(object …

0
67
Member Avatar for sanz

hi,i am making a website in which i have included google search engine.i want to write a code for remembering the previously searched keywords ie if user has written 'a' then all his previous searches starting with a must come in textbox.i dont want to use auto complete feature of …

0
65
Member Avatar for antman89

<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="cart.aspx.vb" Inherits="cart" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <script runat="server"> Dim TotalUnitPrice As Decimal = 0.0 Function GetUnitPrice(ByVal Price As Decimal) As Decimal TotalUnitPrice += Price Return Price End Function Function GetTotal() As Decimal Return TotalUnitPrice End Function Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, …

Member Avatar for antman89
0
245
Member Avatar for sureshrajanmca
Member Avatar for rohitmanhas_12

hi iam working on asp.net using c# project...iam facing a problem...the problem is,i had a master page in which iam using collapse panel(ajax control)... in collapse panel i had folders like:- xyz abc def ghi.... and in xyz folder i had some forms.... nw the problem is that i had …

0
51
Member Avatar for RickyG

Last date value (Next Training ) gets properly inserted but not the rest... any clue? [ICODE] <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/JABILMCALLEN.mdb" DeleteCommand="DELETE FROM [Certifications] WHERE [CertificationID] = ?" InsertCommand="INSERT INTO [Certifications] ([EmployeeID], [TrainingDocID], [StartedTraining], [EndedTraining], [EvalutationType], [TrainedBy], [NextTraining], [Approved]) VALUES (?, ?, ?,?,?, ?, ?, ?)" SelectCommand="SELECT * FROM [Certifications]" UpdateCommand="UPDATE …

Member Avatar for dnanetwork
0
119

The End.