Forum: ASP.NET Jan 13th, 2009 |
| Replies: 0 Views: 815 Hi all,
I am new to asp.net programming and i have a 2 queries :
I am using a web form to allow the user to enter values into a database and i am successful in performing this task. now i have... |
Forum: ASP.NET Jan 10th, 2009 |
| Replies: 1 Views: 777 Hi all,
I am new to asp.net programming and i dont know how to add a master page to an existing website. I have created 3 webpages and i have to make these pages as child pages in the master page... |
Forum: ASP.NET Jan 9th, 2009 |
| Replies: 15 Views: 4,221 ya thanks aneesh its working earlier i used to view it in FF now i have tried the same in IE its working..............
can u suggest me how to include a designed webpage into a master page??
... |
Forum: ASP.NET Jan 9th, 2009 |
| Replies: 15 Views: 4,221 Hi Aneesh,
Here is my code:
This is in .aspx.vb
strscript As String = "<script language=javascript>window.top.close();</script>"
If (Not... |
Forum: ASP.NET Jan 8th, 2009 |
| Replies: 15 Views: 4,221 Hi Aneesh,
THe code for the exit button is working fine in my computer but when i view it in other system then i am not able to view the functionality of the exit button properly means that if i... |
Forum: ASP.NET Jan 6th, 2009 |
| Replies: 5 Views: 1,030 Hi,
Thanks for your reply but i am getting an error at
rdr=conn.ExecuteReader() and the error says that ExecuteReader() is not a member of System.Data.Sqlclient.SqlConnection
can any one please... |
Forum: ASP.NET Jan 2nd, 2009 |
| Replies: 21 Views: 1,267 Hi SheSaidImaPregy,
Thanks for your reply but i am not able to understand the logic behind the code for "focus()" method. What u said is correct i am getting an error with the following code
... |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 21 Views: 1,267 Thanks to both of you but if i do like that i am not getting my desired o/p
My requirement is
If the user selects NewDepartment in the combobox then only the text box should be visible until then... |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 5 Views: 1,030 Hi Aneesh,
Thanks for your reply but we are able to get only the data for ID value 1 but we require according to the name. I have used a drop down list for Name and if the user selects a name then... |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 5 Views: 1,030 Hi all,
I am new to Asp.net programming and i have a requirement to retrieve the values from the database and allow the user to edit the values and then save back thechanged values.
I have... |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 21 Views: 1,267 Here is my code:
<asp:DropDownList ID="ddldept" OnChange="chkChange(this);" runat="server" Style="z-index: 118; left: 242px; position: absolute;
top: 153px">
... |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 21 Views: 1,267 Thanks for your help but i am getting an IE Script error window saying tht would you like to continue with Yes/no Buttons |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 21 Views: 1,267 Happy New Year 2009!!!!!!!!!!!!!!!
Thanks for your reply to my query but if i am using this code it is giving me an error at onchange=chkChange(this) saying that it(onchange()) is not a valid... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 21 Views: 1,267 ya thts fine but u are using a button click event but i want dropdown list onselectionchanged event. i am not able to do that. |
Forum: MS SQL Dec 30th, 2008 |
| Replies: 6 Views: 909 ok Thank u for your reply I wil make the necessary changes |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 21 Views: 1,267 Here is my code
Dim k As String
If (ddldept.SelectedItem.ToString() = "NewDepartment") Then
txtdept.Visible = True
k = txtdept.Text.ToString()
... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 21 Views: 1,267 But i am not able to get the required o/p like i have to display a text box on selecting a specific value in the drop down list |
Forum: MS SQL Dec 30th, 2008 |
| Replies: 6 Views: 909 Thanks for your reply and i have copied the database by right clicking on the database we have Export Data but i have copied the table to the master database.
Is there any problem if i put my table... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 15 Views: 4,221 Ya Thanks alot for your help aneesh cud u please explain me the code behind the lines u have written?
Thanks its working |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 21 Views: 1,267 I think ther is a problem in the code i am not able to get the required o/p
like if i select the value the textbox should be visible but iti is not happenning |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 15 Views: 4,221 ya your code is working if i paste it in page_load but soon after the page is loaded it is asking for a confirmation message and if i click on Yes then it is closing the browser completely but if i... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 21 Views: 1,267 Hi all,
I am trying to select a value from drop down list and if the value is NewDepartment then a text box should be visible for adding a new value and that value must be populated in the drop... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 15 Views: 4,221 THanks for your reply aneesh but this code is not working in my button click event.
i have written some code
[code]Dim response As MsgBoxResult
response = MsgBox("Do you want to close... |
Forum: MS SQL Dec 30th, 2008 |
| Replies: 6 Views: 909 Hi all,
I am new to sql programming, How can we copy a database from a local system to server?
Thanks in advance,
karthik. |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 15 Views: 4,221 Hi Aneesh,
Thanks for your reply. Ya like when the user clicks on the Exit button the browser window should be asking for a confirmation message and then if the user clicks on Ok buton then the... |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 15 Views: 4,221 Hi all,
I am unable to write the code for EXIT button like displaying a message box for confirmation and if user clicks on OK then the application should be closed and if the user selects CANCEL... |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 12 Views: 1,693 hi all,
My problem is solved for capturing the date value using 3 combo boxes May be this code snippet would be useful for anyone like me.....
in page_load paste this
If Not IsPostBack... |
Forum: ASP.NET Dec 24th, 2008 |
| Replies: 12 Views: 1,693 Hi Aneesh,
THanks for your reply but for my requirement if i place the cursor in the text box then the 3 boxes should be displayed and then it should capture the value of the selected date from... |
Forum: ASP.NET Dec 23rd, 2008 |
| Replies: 12 Views: 1,693 Hi Jd,
I have a new requirement for displaying the calendar control as 3 comboboxes for date, month and year so that if the user selects the date then the complete date is to be captured like we... |
Forum: ASP.NET Dec 22nd, 2008 |
| Replies: 0 Views: 427 Hi all,
I am new to asp.net programming and i have to create a calendar control that displays 3 drop down lists for day month and year resply.
But i am not able to do it since i dont know client... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 12 Views: 1,693 the name of the database is "HRDATA" and
the table i am using is "Employyedata"
Thanks for ur valuable time... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 5 Views: 1,378 Hi Dani,
Thanks for your reply and i have a new problem with the insert command that iam using please help me out
myCommand = New SqlCommand("Insert into Employee Data... |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 12 Views: 1,693 Protected Sub btn_submit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_submit.Click
myConnection = New SqlConnection("Data Source=.\Sqlexpress;Initial... |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 12 Views: 1,693 Protected Sub btn_submit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_submit.Click
myConnection = New SqlConnection("Data Source=.\Sqlexpress;Initial... |
Forum: ASP.NET Dec 16th, 2008 |
| Replies: 12 Views: 1,693 Hi JD,
I am very thankful to you since u have resolved my doubt of how to omit the time from the captured value of date time picker..
Thanks alot once again...
Also i have a doubt regarding... |
Forum: ASP.NET Dec 15th, 2008 |
| Replies: 12 Views: 1,693 Hi all,
I am new to asp.net programming and i am using asp.net calender control
the code tht i am using is
Protected Sub btn_dob_Click(ByVal sender As Object, ByVal e As System.EventArgs)... |
Forum: ASP.NET Dec 15th, 2008 |
| Replies: 5 Views: 1,378 Hi all,
I am new to asp.net programming and i have to design a website which should accept values from the user and store it in the databse on a button click event.
I am not able to do it In... |