I really appreciate your patience and is valid your suggestion but I'm new at this and I'm in ongoing learning step-by-step process, the thing here is that the deadline to deliver is really close and there're things that I need to learn.
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 found a way to do it:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %>
<script runat="server">
Protected Sub GridView1_RowCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs) Handles GridView1.RowCommand...
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.
Thanks for the help. The solution was related with the SQL server, i had it in Windows Authentication mode only so I switch it to Windows and SQL authentication and change the connection string and works.
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...
Thank you so much to both of you.
I'm following now both, but now i have a new problem, why my formview is not displayed at my webpage?
This is the code:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %>
<asp:Content ID="Content1"...
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...
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.