Hello..
I am new to using LinqDatasouce. I want to use it as Dataset.Is it possible to use the Linqdatasource as dataset
lnkDS = GetData() // Returning Dataset
Gridview.Dataso urce = lnkDS;
Gridview.Bind() ;
User Profile
Collapse
-
Linqdatasouce bind to Gridview
-
Hi....
Thanks for reply.
and its working well.
Thanks a lot :)... -
Menu Control + asp.net
Hi...
i have added 5 menu items in my menu control dynamically from database.when i click Item1 it redirect me to Page1 and Item1 color changes to selected.
when i click Item2 it redirect to Page2 and Item1 color changes to selected.
But still Item1 colors is selected. I just want only one menu item should be with selected item style.
plz help me.
............... ............... ............... ............... ............... ............... ..........Last edited by Frinavale; Mar 5 '09, 04:13 PM. Reason: Added [code] tags: Please post code in [code] [/code] tags -
Question123 started a topic ObjectDataSource :- parameter passing for SelectMethod & SelectCountMethodin ASP .NETObjectDataSource :- parameter passing for SelectMethod & SelectCountMethod
Hello..
i want to pass 3 parameters for SelectMethod and 1 parameters for SelectCountMeth od of ObjectDataSourc e.
How can i pass these?? And how ObjectDataSourc e can distinguish which parameters for which methods.??
Please help me.
--Regards -
Gridview Custom Paging........
Hello
I am trying to implement Gridview Custom Paging by using
ObjectDataSourc e with properties
How to pass parameters for SelectMethod and SelectCountMeth od of ObjectDataSourc e .??
-- Regards -
Hello
Thanks for the reply.
With Table function problem is that i have to know table schema before creating table function.
But i am executing any sp [SP1 is name of stored procedure passed to SP2] so i dont know table schema.
so give me any idea..
--Regards,...Leave a comment:
-
Hello
i am trying to SELECT TOP 10 recordes of output of SP1 from SP2.
-- Regards...Leave a comment:
-
Output of SP1 stored procedure in #Temp TABLE OF SP2.
Hello ..
I want Output of SP1 stored procedure in #Temp TABLE OF SP2.
Something like this .......
CREATE SP2
@iLoginId INT
AS
BEGINSELECT *END
INTO #Temp
FROM [SP1]
SELECT TOP 20
FROM #Temp
--Regards -
-
OutputCache tied to a User Session or to the Application?
Hello
I have a .Net 2.0 site and am investigating caching. Using the OutputCache directive seems to work well but there is one thing I am unsure of.
Consider two website users UserA & UserB. If UserA browses to a page with OutputCache turned on, the server executes the code caches the HTML in the page.
If UserB then requests the same page, does the server have to re-execute the page (because it is a different... -
Clear Output cache..??
Hi
i have added a tag to the asp.net page .aspx
<%@ OutputCache Duration="600" VaryByParam="*" %>
it caches the whole page. But problem is that after logout its not getting cleared and if i tried to loggin with some other user it shows old data cached for previous user.
Please give me solution so that i can clear Output cache on user logout. -
AutoCompleteExtender not available on server side
Hello
i have added AutoCompleteExt ender to my .aspx page but its not available on server side.
i am using webapplicaiton type project with asp.net (Not website)
so give me designer code generated for the AutoCompleteExt ender so that i can add that code to designer.cs file.
so that control will available.
plz help me -
Index was outside the bounds of the array + Windows Vista
Hi friends
when i browse the site on windows vista os its giving error as
--- Index was outside the bounds of the array
and same site working well on windows xp.
please help me. -
Thanks for reply !!!!!!!!
But how can i change others web application.... .....??Leave a comment:
-
Raise Button click event of web site thorugh windows application.......
Hi
I dont know is it possible or not.But i am trying to raise button click event of website from my windows application.
e.g . just i want to click login button of website from my windows applicaiton.
i have developed winodws appliation using c#.net
Plz help me.....
Thanks in Adavance. -
webBrowser controls Document property not reflecting change.......
Hi
i am trying to get changed HtmlDocument. with folling code
private void fun(string url)
{
webBrowser1.Url = new Uri(url);
webBrowser1.Nav igate(new Uri(url));
HtmlDocument doc = webBrowser1.Doc ument;
}
but i am not getting changed document. i am not getting whts the wrong.
So please help me..... -
Hi Andrekya
I am trying to develop windows application with C#.Net. With using Bloomberg API.
But i am unable to get Industry specific data from bloomberg. such as (Top Performing Industries,Wors t Performing Industries ,1 Day PriceChange %,MarketCap)
Plz help me.Leave a comment:
-
Bloomberg :- How to get Industry specific data??
Hi friends
I am trying to develop windows application with C#.Net. With using Bloomberg API.
But i am unable to get Industry specific data from bloomberg. such as (Top Performing Industries,Wors t Performing Industries ,1 Day PriceChange %,MarketCap)
Plz help me. -
Question123 started a topic Do not attempt to run managed code inside a DllMain or image initialization functionin .NETDo not attempt to run managed code inside a DllMain or image initialization function
Hi
I am developing windows c# application in which i have given reference of third party DLL.
"Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang."
Does anybody knows why this error comes.??
plz help me.. -
I want xml nodes to add Dropdownlistbox...
<root>
<Element>
<add key="1" value="1"/>
<add key="2" value="2"/>
<add key="3" value="3"/>
<add key="4" value="4"/>
</Element>
<Items>
<add key="5" value="5"/>
<add key="6"...
No activity results to display
Show More
Leave a comment: