13,153 Topics

Member Avatar for
Member Avatar for love_dude1984

hi.. can anybody help me to encrypt/decrypt a string? i want to encrypt a URL along with the parameters... plz let me know if any1 knows some good resources for the same.. thanks..

Member Avatar for Ramesh S
-1
134
Member Avatar for RunTimeError

I'm trying to do something very simple...just access a JavaScript function that exists in a separate file but I can't seem to get it to work. [CODE=html] <form id="form1" runat="server"> <script type="text/javascript" src="styleScript.js"></script> <div id="container" class="container"> <button id="button1" onmouseover="mouseOver('button1')" style="margin-left:900px;width:200px;background-color:Transparent;height:100px;margin-top:120px;">About Me</button> </div> </div> </div> </form> [/CODE] My styleScript.js class: [CODE=javascript] …

Member Avatar for RunTimeError
0
136
Member Avatar for dima shawahneh

hello every one.. im beginner in asp.net i made a simple page and debug it but it gave me that IE can not display the page coz it is not connected with internet although im connected to internet and it must work on local host any solutions ..? thanks in …

Member Avatar for dima shawahneh
0
115
Member Avatar for Silvershaft

Well I think title says it very well, how do you think, is it good option to make program with GUI?

Member Avatar for thines01
0
150
Member Avatar for mshravs

i need to know how to bind data with the formview in asp.net using vb code.........................thanks

Member Avatar for catherinesea
0
75
Member Avatar for rams24

I have a gridview which is bound to dataset initially. Then i edit the gridview data by clicking the edit button. after editing when i click the update button, value should be updated on gridview itself. Later when i click submit button all updated records should be updated to sql …

Member Avatar for kvprajapati
0
47
Member Avatar for prayas

Which database tables are affected while changing the settings in DNN from Admin or Host Menu, like changing the skins, containers and moving the modules between the panes?

Member Avatar for kvprajapati
0
70
Member Avatar for Pankaj18
Member Avatar for kvprajapati
0
100
Member Avatar for ashtej

Sir, I am using MVC project and in that for testing purpose i am using NUnit frame work. which steps should be followed for NUnit? and How to solve that errors? Thanks,

Member Avatar for kvprajapati
0
64
Member Avatar for Falzz

Hi All! Im having a problem regarding PostBack issues. Ive got a user control (WebUserControl1.ascx) which dynamically creates labels according to the value it is set from the Default.aspx page. Code In Default.aspx.cs [CODE] public partial class _Default : System.Web.UI.Page { WebUserControl1 _control = new WebUserControl1(); protected void Page_Init(object sender, …

Member Avatar for kvprajapati
0
234
Member Avatar for shine_jose

hai, How to convert crystal report to excel format (with correct alignment,lines and every thing exactly like excel).please help me.

Member Avatar for kvprajapati
-1
101
Member Avatar for Stretcher75

I'm developing a program that will have a tree control that will aloow the user to navigate around the application. There will be over 50 nodes on the tree from adding, editing & Listing Customers, Items, Invoices, Credit Memos etc. I have a main page that when the user logs …

Member Avatar for kvprajapati
0
59
Member Avatar for Sazabi02

I've been reading a bunch of books on how Membership and Profiles can make an ASP.NET developer's life easier but these kind of things are usually too good to be true. Any idea on the drawbacks and security issues I'll have to compromise if I choose to implement either? I've …

Member Avatar for kvprajapati
0
61
Member Avatar for smd5049

I have a datagrid bound to a sql proc. I have made the last column in the datagrid into text boxes so the items are editable. how do i return the values from these cells? Basically I want to be able to sum the entire column, as well as set …

0
100
Member Avatar for ashu2409

Hi all, I have a window service from which i am calling a windows application in c#. and i am using web browser in window application to get html from a link, but problem is that web browser's Browser_DocumentCompleted event is firing only first time when service calls application,only for …

-1
117
Member Avatar for TomB1988

Hi there, I currently have code in place to change the background colour of a cell in a table on mouseover, then change it back when the mouse is removed. What I would like to do is also change the foreground and font colour on mouseover, how do I go …

Member Avatar for Elbudster
0
76
Member Avatar for Afomia

Hello every body Please any one to help me I want to upload and download files from sql database using asp.net with C# i need to do that using grid view or data list. i want to view with grind view to download my uploaded file from sql data to …

Member Avatar for sknake
0
92
Member Avatar for CSG-SQU

Hello all, i want to creat a list of an object so i used ArrayList in C# after declaring a class book i declare the array list as follwing: [CODE]private ArrayList mobileStore = new ArrayList();[/CODE] then i have an object of class , say Mobile [CODE]Mobile m1;[/CODE] and finally i …

Member Avatar for CSG-SQU
0
108
Member Avatar for michelle2025

Hi there, I had created a system using vb.net and I wish to convert into html form or in asp.net, I want to set the system into website form. Can I do that? Please advice on this. Or I have to start from the beginning to develop the website? Thanks. …

Member Avatar for kvprajapati
0
834
Member Avatar for samcaleb05

Hello Frnd's... Im doing one video project in that i want to convert videos so for that conversion process time i want to show a simple progress bar.I have put an gif image in image control but its not working fine.So can anyone tell me to do simple progress bar …

Member Avatar for kvprajapati
0
132
Member Avatar for mshravs

this is the code in vb.net for searching when a serial number is given from the sqldatabase..................... [CODE] Private Sub s2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles s2.Click Dim a As Integer Dim b As Boolean Dim connection As OleDb.OleDbConnection Dim command As OleDb.OleDbCommand Dim dr As OleDb.OleDbDataReader …

Member Avatar for mshravs
0
106
Member Avatar for omotoyosi

please, I want a sql query that will return the no of fields in a database as an integer example i have table student columns are regno surname othername I want my result to be 3 what do i do??

Member Avatar for kvprajapati
0
85
Member Avatar for dfs3000my

Hi, I'm actually trying to compute the total for my individual gridview items but I am reaching the dead end at the moment. I had an idea that probably I can specify another datasource for my total computation but was told that gridviews may only be bound to one datasource …

Member Avatar for kvprajapati
0
104
Member Avatar for RAMAN2233

I need the code for a web form containing check boxes, drop down lists,radio buttons using c#.

Member Avatar for mail2saion
0
43
Member Avatar for shine_jose

Hello, I wish to get the code to pass the log in information (i.e server name,pass word etc) as parameter at the time of calling report Now its asking (user name ,password) before going to the report page each time .please help me.

Member Avatar for Ramesh S
0
466
Member Avatar for twilitegxa

Can anyone help me with why my insert statement won't work? I have tried countless tutorials online, but I cannot figure out what I am doing wrong. Can anyone point me int the right direction here? Here is my form: form: [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="form.aspx.cs" Inherits="_form" %> <%@ …

Member Avatar for twilitegxa
0
109
Member Avatar for mca.mdebnath

plz help me ,i have to update a table "temp" where a temp_id is dyanamically change by 1 everytime and there are another table "Master" which contains id(int) and user_id(varchar). User_id is like 'FMS00' and the temp_id is dynamicaly change using code ..... and store into 'id' also and the …

Member Avatar for mca.mdebnath
0
118
Member Avatar for phoenix_dwarf

Hi i'm almost done with my project for our C# ASP.NET class but have just one thing left to do, and that is to print my datagrid view as is, with header included. Now i have absolutely no idea how to do this. I tried some javascript codes etc. but …

Member Avatar for ashtej
0
134
Member Avatar for mshravs

is there any code for databinding one webform with another? if so....plz post it in vb i need it urgently so plz help me

0
90
Member Avatar for mshravs

here i have to search the database according to serial no and show the information of that serial no the problem here everything is fine and [CODE] Dim a As String Dim b As Boolean Dim dr As SqlDataReader Dim ConnStr As String ConnStr = ConfigurationManager.ConnectionStrings("gate").ConnectionString() Dim conn As New …

Member Avatar for mshravs
0
129
Member Avatar for AlfredoIT

How could I design the contact form in ASP.NET [U]VBScript[/U] that sends a message to my mail box. I would like to include in the form fields: [B]Name, Subject, Message[/B] and the button [B]Send[/B]. Is anyone could help me with that. please?:-/

0
49
Member Avatar for skwilliamson

I'd like to select a week and pull data based on that week. Data selection starts on line 616. Thanks. [CODE]<%@ Page Language="VB" AutoEventWireup="false" Debug="True" %> <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Weekly Reprints</title> …

0
61
Member Avatar for Kristysos

I don't know why it kept appear this error: The name 'LogoutBT' does not exist in the current context. All my textboxes and buttons do not exist in the current context Please help me. Thanks. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using …

Member Avatar for mailme.vibin
0
156
Member Avatar for Moody1

Hello guys, i'm using Windows Application C# i want to get a comboBox value which in Form1 from Form2 ex. in the form1 i have comboBox1 + Button, now after clicking that button i'm moving to form2 in the form2 i want to load some information from DB depending on …

Member Avatar for mailme.vibin
0
97
Member Avatar for babashankar

I have multiple textboxs which are created dynamically in page_load. TextBox tb = new TextBox(); tb.id = "ID1"; tb.text = GetfromDB(); tb.TextChanged +=new EventHandler(tb_TextChanged); Now i want to add a javascript confirmbox as tb.Attributes.Add("onchange","javascript:return confirm('Data has Changed. Click OK To Continue');"); If the user clicks ok then continue to tb_TextChanged …

Member Avatar for mailme.vibin
0
66
Member Avatar for mkosucu

Hello All; I have got a task regarding parameter passing to Crystal Report via Crystal Report, I would like to find best way to achieve it. Imagine that I have got parameterized and non reports-parameterized. I am developing a report manager that will enable users to subscribe to the reports …

0
41
Member Avatar for phantom1000000

Hi all, I've got a spot of bother with my radiobuttonlist. It has 3 items in it and I want them to control the visibility of certain divs/tables. But even simple text changes are becoming a headache and the postback is not firing the event I clicked on but the …

Member Avatar for phantom1000000
0
124
Member Avatar for capiono

I have a link on page 1 if clicked take u to page 2 and page 2 if u click okay it should take u back to page but when I use this on page 2 to: [code] ViewState["back"] = Request.UrlReferrer;[/code] it returns null, how do I fix this on …

Member Avatar for Ramesh S
0
125
Member Avatar for diru
Member Avatar for diru
0
94
Member Avatar for sivak

can anyone explain tranaction in .net ..when we go for it ? explain locking in .net along with example plz?

Member Avatar for avirag
0
103
Member Avatar for Stretcher75

I'm still trying to get my validation to work correctly. So far if a user enters in a Salesman Code that exists in the database it displays the error message when tabbing off the field. The Salesman Code field is also required so I can't get this validator to work …

0
91
Member Avatar for sakhi kul

Hi to all, I am using dataset to retrieve value from dataset but I can't do it, control automatically goes to next sentence without retrieving any value.. [code] Dim scd As Integer = ds.Tables("collage_detail").Rows(x)("sc") Dim cd As Integer = ds.Tables("collage_detail").Rows(x)("c_id") [/code] collage_detail is my table name .

Member Avatar for Ramesh S
0
62
Member Avatar for love_dude1984

hi, how can we create a new session? n i also want to knw how can i generate a new session id everytime i visit a page. even if i use Session.clear/Abandon method, it generates a same session id everytime i visit the page. hoping for a reply soon Thanks

Member Avatar for Ramesh S
0
163
Member Avatar for buddylee17

Windows Server 2003 Standard Edition Service Pack 2 SQL Server 2005 Standard VS 2008 Hi everyone. I'm currently working on the following tutorial: [url]http://www.asp.net/Learn/Security/tutorial-04-cs.aspx[/url], but I get an error adding a SQL Server DB to the App_Data folder. I right click App_Data, click Add New Item, SQL Server Database I …

Member Avatar for Ramesh S
0
369
Member Avatar for mshravs

i'm working on asp, vs2005. I should save the typed information in sql server. I connected and written the code in the following way[CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim ConnStr As String Dim visitors_name, officer_to_visit, purpose, date_of_visit, time_in As String Dim serial_no, …

Member Avatar for mail2saion
0
129
Member Avatar for deepnu

Hi.... i need help in opening a pdf file and document file in readonly mode. besides the user should not be able to save or print the document that is being opened. i open the document with the extension Response.Redirect("File Location with file name") it is opening the dialog box …

0
74
Member Avatar for nikichu

Hi alll...... i am trying out a login form where in which i have multiple users... i have redirect each user to differnt pages..... ....but im stuck in the middle....... please help me out..... <code> page1 session["user"]=txtuser.text page2 welcome text(A label which is used to specify the current user) Thank …

Member Avatar for mail2saion
0
112
Member Avatar for fawadkhalil

Hi I have a datagirdview with a checkbox placed in header.How can i check or uncheck all checkboxes by clicking on checkbox that is in header.

Member Avatar for fawadkhalil
0
159
Member Avatar for love_dude1984

hi, i want to store a arraylist in a session variable & retrieve it on the other page. how it can be done.. for example, [code] ArrayList ar = new ArrayList(); ar.Add("a"); ar.Add("b"); Session["id"] = ar; [/code] now how can i retrieve the arraylist on the other page? i tried …

Member Avatar for sanjaycedti
-1
89
Member Avatar for hardeepbhullar

Hello To All, I want to implement peer-to-peer video streaming in my WPF project. Plz help me by referring any web site or sample code which i can use in my project. Thanks in Advance With Best Regards Hardeep Singh Bhullar [email]er.hardeepbhullar@gmail.com[/email]

Member Avatar for hardeepbhullar
0
259

The End.