Search found 103 matches

by Neofriend
Sat Dec 18, 2010 12:59 pm
Forum: PHP & MySQL
Topic: Tricky question about usage of $_POST, Hyperlinks and MVC
Replies: 2
Views: 3104

Tricky question about usage of $_POST, Hyperlinks and MVC

Hey Neo and Everyone Else, I've been learning PHP lately and have been making my own small MVC framework using switch cases. It works well, is simple and does the job. Now, first question, I have a view file, a product page basically... for some products, I have a some questions and some choices for...
by Neofriend
Tue Jun 15, 2010 6:01 pm
Forum: ASP & ASP.Net
Topic: Deploying website online from localhost
Replies: 1
Views: 6003

Deploying website online from localhost

I have a sample windows server and the project at my localhost, which works fine. How can I get it to work on live server? As now I need to do that to progress with the project.

Thanks
by Neofriend
Sun Jun 13, 2010 6:32 pm
Forum: Introductions
Topic: Vinoj Chamilka
Replies: 13
Views: 21081

Re: Vinoj Chamilka

Welcome Vinoj, to one of the fascinating forums, Expert Core, which can prove helpful in your future endeavors.

Best of luck! :)
by Neofriend
Sat Jun 12, 2010 5:46 pm
Forum: ASP & ASP.Net
Topic: Gridview data selection based on Checbox
Replies: 2
Views: 5307

Re: Gridview data selection based on Checbox

Alright, thank you. Say, I've half-handled it though need a little guidance with something else now. I have a dropdown, like this <asp:DropDownList ID="DropDownList8" runat="server" AutoPostBack="True"> <asp:ListItem Value="%">No</asp:ListItem> <asp:ListItem Value="">Yes</asp:ListItem> </asp:DropDow...
by Neofriend
Wed Jun 09, 2010 6:32 pm
Forum: ASP & ASP.Net
Topic: Gridview data selection based on Checbox
Replies: 2
Views: 5307

Gridview data selection based on Checbox

Basically, what I'd like here is, if the checbox is selected on the page. The gridview should show only the records that has a specific username (his username). Otherwise, it should show all, as it shows now. Any idea? - I have an idea, but am confused a bit with how to not display that column in gr...
by Neofriend
Tue Jun 08, 2010 7:15 pm
Forum: ASP & ASP.Net
Topic: Reporting in ASP.NET
Replies: 5
Views: 8587

Re: Reporting in ASP.NET

Do you know who is a genius? :) You are...thank you friend. Well, I feel bad that I haven't ask you any good amount of questions in ASP.NET. Well maybe because I thought you were busy and it won't be so good to disturb you. I feel I've missed a lot of learning curve without you. But never mind, I'll...
by Neofriend
Tue Jun 08, 2010 6:59 pm
Forum: ASP & ASP.Net
Topic: Reporting in ASP.NET
Replies: 5
Views: 8587

Re: Reporting in ASP.NET

Okay, I think that AppendBound.... basically appends the locally added data items to the dropdown while keeping the database items appended right after it too.
by Neofriend
Tue Jun 08, 2010 6:54 pm
Forum: ASP & ASP.Net
Topic: Reporting in ASP.NET
Replies: 5
Views: 8587

Re: Reporting in ASP.NET

I tried as per my understanding from your response, and so far it seems to work fine now. Thanks. Will keep working on it to get a hang of it.

But what is AppendDataBound... make any difference?
by Neofriend
Tue Jun 08, 2010 6:49 pm
Forum: ASP & ASP.Net
Topic: Reporting in ASP.NET
Replies: 5
Views: 8587

Re: Reporting in ASP.NET

Cool, I'd love to comment something on your solution. But first, can you please tell how to target the dropdowns that has items inserted from GUI, rather than from a sqldatasource. I mean is AppendDataBoundItems="true" and other attributes are neccessary? which ones? And what would we be mentioning ...
by Neofriend
Tue Jun 08, 2010 11:23 am
Forum: ASP & ASP.Net
Topic: Reporting in ASP.NET
Replies: 5
Views: 8587

Reporting in ASP.NET

I've a very specific task to do. Based on certain dropdowns filters, I'd like a sql view to appear. Earlier, I've used Microsoft Report in Windows Forms, but this time in ASP.NET gridview looked better to me, in my case. I now have 7 dropdowns with datasources attached and a datagridview with a data...

Go to advanced search