Hello, I'm adding in a gridview a dropdownlist that has its own SqlDataSource, the idea of this not to display this:
TABLE: TipoPropuesta
ID Descripcion IdGrupo
1 Datacenter Services 3
But to display this:
ID Descripcion IdGrupo
1 Datacenter...
I have a Gridview and when customer clicks in a row should send the values (for instance, the ID and the Company's name)to a new aspx page. How can i do this?
Thx for the help.
Hello, I'm trying to add a Ajax tab control in to my aspx page but unfortunately I haven't found anything related to it. I have a MasterPage.
Thx in advance for the example that you can offer me.
Yesterday everytime i hit on "view in browser.." it displays fine the images, but today in the morning can't do it.
How can i solve this, tomorrow i have to do a presentation, so i really appreciate your help.
Hello, I'm trying to retreive info from a query in order to add it to a query but in the process it displays this error:
No data exists for the row/column.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more...
Hello. I'd like to know how can use in a Gridview more than two tables and when I hit the update button should display for the child table a dropdownlist instead of a textbox?
How can i do this two things? Best regards and thanks in advance for the help.
Hi, how can i add a new item manually to a dropdownlist which is connected to a SQLDataSource?
This is my current code:
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataGrupo" DataTextField="Descripcion"
DataValueField="IdGrupo" Style="position...
Hi, On ASP 3.0 I was able to create a file conn.vbs where the connection string lines to the db resides in, how can i do the same on ASP.Net?
The reason of this is to avoid modify the line in only one file instead of do it in several web pages.
Hello, from my research i noticed that i have something wrong with my masterpage, because when i try to do something like:
Response.Write("<script language=Javascript>alert('Elr')</script>")
It highlight the code and when i do a rollover the text diaplays:
"Path file\Ciudad.aspx": ASP.Net...
Hello, i need some help because i'm new at this and i'd like to save a record with Asp.Net and visual web developer from a form. I really thank any support that you can bring me.
Hi, I have this css code and i would like to know where/what do i have to post in there in order to set the webpage adjust to the web browser window:
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and...
Hi, I need to do something with ASP.Net, I have users that are going to have 3 different kins of roles/profiles: Administrators, Salesman and Responsibles. According to each one of these user will have access or not to some pages and/or delete, add, modify data from the db.
The question would...
Hello, i'm new at this and i'm trying to design my masterpage but is complicated for me because i copied a css code from Dreamweaver to apply it in the masterpage, but when i run the aspx file from visual studio doesn't look the same than if i run it from the dreamweaver it self.
How can i...
Hi, i need help with a tree that i need to build on php. I bringing info from 2 tables:
TABLE ANIMALS
Id
Name
TABLE GENEALOGY
IdFather
IdMother
IdSon
How to build a tree starting from these 2 tables?
I really appreaciate the help I've looking since awhile without success.
Thanks in advance...
I'd like to take 5 fields from a SQL db, in order to use them in OWA,
specifically in Outlook, so i can add, for instance, in the Outlook's
calendar an event and i retreive from the db the list of teachers that i
have, select some one and left it registered in Outlook.. this is for a web...
Hello, i'd like to have a web with a división, in one of the divisions (1/2 cm above) i'd like to place a logo and in the other one (1/2 cm below) a small text, with two textboxes and a button and i would like to know how to always keep the divison in the same position with the objects that i...
I come from programming in ASP and i think exists similar things in a programming level, but i'm trying to do this code:
[/b]
<?php
$rsp=mysql_query("select hv.*, herencia.* from hv left join herencia on hv.identificacion=herencia.hijo order by hv.nombre ", $link);
$i=1
while...
Hi, i have to tables like this:
Table: HV
Id
Name
Table: VS
Idhorse
Idmare
value
so i need to bring from hv the names according to the idhorse and idmare in HV, how can i do this?
Thanks in advance for the help.
Hi, i'm trying to find information about how to create a genealogical php tree from a MYSQL db.
These are my tables:
table:CV
ID
Name
table: HERITAGE
ID
Father
Mother
is there any who could help me with it?
Thanks in advance for the help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.